Updated to latest nuke

This commit is contained in:
Benjamin Höglinger-Stelzer
2022-06-25 15:18:14 +02:00
parent 83b89dc860
commit ee83bbaa45

View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
@@ -10,7 +10,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Nuke.Common" Version="5.0.0" />
<PackageReference Include="Nuke.Common" Version="6.1.1" />
</ItemGroup>
</Project>