File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/Serilog.Sinks.BrowserConsole Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 7 .0.100 " ,
3
+ "version" : " 6 .0.116 " ,
4
4
"rollForward" : " latestFeature"
5
5
}
6
6
}
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net7 .0</TargetFramework >
5
- <VersionPrefix >2 .0.0 </VersionPrefix >
4
+ <TargetFramework >net6 .0</TargetFramework >
5
+ <VersionPrefix >1 .0.1 </VersionPrefix >
6
6
<RootNamespace >Serilog</RootNamespace >
7
7
<Description >Simple .NET logging with fully-structured events</Description >
8
8
<Authors >Serilog Contributors</Authors >
19
19
</PropertyGroup >
20
20
21
21
<ItemGroup >
22
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 7 .0.0 " />
22
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 6 .0.16 " />
23
23
<PackageReference Include =" Serilog" Version =" 2.10.0" />
24
24
</ItemGroup >
25
25
You can’t perform that action at this time.
0 commit comments