Skip to content

Commit

Permalink
chore: use net6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GerkinDev committed May 8, 2023
1 parent 9b647d2 commit 5fe9647
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.100",
"version": "6.0.116",
"rollForward": "latestFeature"
}
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<VersionPrefix>2.0.0</VersionPrefix>
<TargetFramework>net6.0</TargetFramework>
<VersionPrefix>1.0.1</VersionPrefix>
<RootNamespace>Serilog</RootNamespace>
<Description>Simple .NET logging with fully-structured events</Description>
<Authors>Serilog Contributors</Authors>
Expand All @@ -19,7 +19,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.16" />
<PackageReference Include="Serilog" Version="2.10.0" />
</ItemGroup>

Expand Down

0 comments on commit 5fe9647

Please sign in to comment.