Skip to content

Commit

Permalink
target newer frameworks in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Staffa committed Jan 19, 2024
1 parent 6e6f047 commit 15edb94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PostalCodes.UnitTests/PostalCodes.UnitTests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>netcoreapp2.1;net6.0;net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
Expand All @@ -11,4 +11,4 @@
<ItemGroup>
<ProjectReference Include="..\PostalCodes\PostalCodes.csproj" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 15edb94

Please sign in to comment.