possibly work around nuke .NET9 issue

This commit is contained in:
goat 2024-11-14 01:16:51 +01:00
parent 6efa41d33d
commit a5622f3040

View file

@ -11,5 +11,6 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Nuke.Common" Version="6.2.1" /> <PackageReference Include="Nuke.Common" Version="6.2.1" />
<PackageReference Include="System.Runtime.Serialization.Formatters" Version="9.0.0" />
</ItemGroup> </ItemGroup>
</Project> </Project>