Skip to content

Commit

Permalink
Revert "#16 Add net 6"
Browse files Browse the repository at this point in the history
This reverts commit a16af12.
  • Loading branch information
onionhammer committed Apr 15, 2024
1 parent ef3ceaa commit 38cbaa7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 1 addition & 4 deletions Wivuu.JsonPolymorphism/Wivuu.JsonPolymorphism.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@
<PropertyGroup>
<Nullable>enable</Nullable>
<LangVersion>11</LangVersion>
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
<TargetFramework>netstandard2.0</TargetFramework>
<BuildOutputTargetFolder>analyzers</BuildOutputTargetFolder>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.4.0" PrivateAssets="all" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.3" PrivateAssets="all" />
<PackageReference Include="System.Text.Json" Version="6.0.0" />
</ItemGroup>
Expand Down
5 changes: 5 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"sdk": {
"version": "7.0.100"
}
}

0 comments on commit 38cbaa7

Please sign in to comment.