Update Protobuf and NUnit versions

This commit is contained in:
Cinder Biscuits
2018-01-25 14:29:03 -06:00
parent 18e13d2b7e
commit d2aecac338
3 changed files with 3 additions and 3 deletions

View File

@@ -54,7 +54,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NUnit" Version="3.8.1" />
<PackageReference Include="NUnit" Version="3.9.0" />
<PackageReference Include="NUnit.ConsoleRunner" Version="3.7.0" />
</ItemGroup>
<ItemGroup>

View File

@@ -1,6 +1,6 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
VisualStudioVersion = 15.0.27130.2024
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Baker", "Programs\Baker\Baker.csproj", "{95F42663-0000-0000-0000-000000000000}"
EndProject

View File

@@ -51,7 +51,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="protobuf-net" Version="2.3.2" />
<PackageReference Include="protobuf-net" Version="2.3.5" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />