ben
/
aoc
1
0
Fork 0

nuget upgrades

This commit is contained in:
Ben Harris 2023-11-25 13:21:11 -05:00
parent d0e5c8d5e3
commit fd680d1a53
6 changed files with 7 additions and 6 deletions

View File

@ -9,7 +9,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
<PackageReference Include="coverlet.collector" Version="6.0.0">
@ -33,6 +33,7 @@
<ProjectReference Include="..\AOC2020\AOC2020.csproj" />
<ProjectReference Include="..\AOC2021\AOC2021.csproj" />
<ProjectReference Include="..\AOC2022\AOC2022.csproj" />
<ProjectReference Include="..\AOC2023\AOC2023.csproj" />
</ItemGroup>
</Project>

View File

@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="morelinq" Version="3.4.2" />
<PackageReference Include="morelinq" Version="4.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

View File

@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="morelinq" Version="3.4.2" />
<PackageReference Include="morelinq" Version="4.0.0" />
</ItemGroup>
</Project>

View File

@ -24,7 +24,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="morelinq" Version="3.4.2" />
<PackageReference Include="morelinq" Version="4.0.0" />
</ItemGroup>
<ItemGroup>

View File

@ -26,7 +26,7 @@
<ProjectReference Include="..\AOC.Common\AOC.Common.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="morelinq" Version="3.4.2" />
<PackageReference Include="morelinq" Version="4.0.0" />
</ItemGroup>
</Project>

View File

@ -26,7 +26,7 @@
<ProjectReference Include="..\AOC.Common\AOC.Common.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="morelinq" Version="3.4.2" />
<PackageReference Include="morelinq" Version="4.0.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="input2023\" />