Skip to content

Commit

Permalink
Update to latest CopyOnWrite package that removes .NET 6 support and …
Browse files Browse the repository at this point in the history
…targets 8.0 instead (#598)
  • Loading branch information
erikmav authored Jan 10, 2025
1 parent a725019 commit f220533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<MicrosoftBuildMinimumPackageVersion>16.11.0</MicrosoftBuildMinimumPackageVersion>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="CopyOnWrite" Version="0.4.2" Condition=" '$(TargetFramework)' != 'net46' " />
<PackageVersion Include="CopyOnWrite" Version="0.5.0" Condition=" '$(TargetFramework)' != 'net46' " />
<PackageVersion Include="Microsoft.Build" Version="$(MicrosoftBuildPackageVersion)" />
<PackageVersion Include="Microsoft.Build.Tasks.Core" Version="$(MicrosoftBuildPackageVersion)" />
<PackageVersion Include="Microsoft.Win32.Registry" Version="5.0.0" />
Expand Down

0 comments on commit f220533

Please sign in to comment.