Skip to content

Commit

Permalink
Update Tests.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Feb 21, 2025
1 parent a89a081 commit 2955b96
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions Tests/Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net472;net9.0</TargetFrameworks>
<DisableFody>true</DisableFody>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="FodyHelpers" Version="6.9.1" />
<PackageReference Include="Xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2" PrivateAssets="all" />
<PackageReference Include="Verify.Xunit" Version="28.10.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<ProjectReference Include="..\Obsolete.Fody\Obsolete.Fody.csproj" />
<ProjectReference Include="..\Obsolete\Obsolete.csproj" />
<ProjectReference Include="..\AssemblyToProcess\AssemblyToProcess.csproj" />
</ItemGroup>
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net472;net9.0</TargetFrameworks>
<DisableFody>true</DisableFody>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="FodyHelpers" Version="6.9.1" />
<PackageReference Include="Xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2" PrivateAssets="all" />
<PackageReference Include="Verify.Xunit" Version="28.10.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<ProjectReference Include="..\Obsolete.Fody\Obsolete.Fody.csproj" />
<ProjectReference Include="..\Obsolete\Obsolete.csproj" />
<ProjectReference Include="..\AssemblyToProcess\AssemblyToProcess.csproj" />
</ItemGroup>
</Project>

0 comments on commit 2955b96

Please sign in to comment.