Skip to content

Commit

Permalink
Update IronPythonTest.csproj
Browse files Browse the repository at this point in the history
Fix "System.ArgumentException: Unknown framework version 7.0" in step Test (net462)
Reference: nunit/nunit3-vs-adapter#987
  • Loading branch information
scott-xu authored Dec 6, 2022
1 parent 9de4a3a commit 2b46af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/IronPythonTest/IronPythonTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<ItemGroup>
<PackageReference Include="NUnitLite" Version="3.13.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
<PackageReference Include="NUnit3TestAdapter" Version="4.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 2b46af2

Please sign in to comment.