Skip to content

Commit

Permalink
upped test proj framework and lang version
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Tallentire committed Nov 20, 2023
1 parent 45acd9d commit 92141ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/Cronofy.Test/Cronofy.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>netcoreapp7</TargetFramework>
<LangVersion>11</LangVersion>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down

0 comments on commit 92141ab

Please sign in to comment.