Skip to content

Commit

Permalink
Update UnitTests.csproj
Browse files Browse the repository at this point in the history
Updated UnitTests to also target net472
  • Loading branch information
jstedfast authored Apr 3, 2023
1 parent ccc9bd4 commit 920e87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net461</TargetFramework>
<TargetFramework>net472</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NUnit" Version="3.12.0" />
Expand Down

0 comments on commit 920e87e

Please sign in to comment.