Skip to content

Commit

Permalink
Change target frameworks to net7
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 committed Dec 2, 2022
1 parent dbeff06 commit 2b1af13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/Platform.Random.Tests/Platform.Random.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net472;netcoreapp3.1;net5;net6</TargetFrameworks>
<TargetFramework>net7</TargetFramework>
<IsPackable>false</IsPackable>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit 2b1af13

Please sign in to comment.