Skip to content

Commit

Permalink
Changed to dotnet 5 in test sdk version.
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Tegnér <[email protected]>
  • Loading branch information
Johannestegner committed Mar 22, 2021
1 parent 77af03c commit e628280
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Personnummer.Tests/Personnummer.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net5.0</TargetFramework>

<IsPackable>false</IsPackable>

<LangVersion>9</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit e628280

Please sign in to comment.