Skip to content

Commit 2679fbc

Browse files
committed
Update Microsoft.Build.Locator to latest version (1.11.2)
1 parent 3bd7ec7 commit 2679fbc

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

src/nugraph/nugraph.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,17 @@
4242
<None Update="packages.lock.json" Visible="false" />
4343
</ItemGroup>
4444

45+
<PropertyGroup>
46+
<DisableMSBuildAssemblyCopyCheck>true</DisableMSBuildAssemblyCopyCheck>
47+
</PropertyGroup>
48+
4549
<ItemGroup>
4650
<PackageReference Include="CliWrap" Version="3.10.1" />
4751
<PackageReference Include="Espresso3389.HttpStream" Version="2.0.76" />
4852
<PackageReference Include="Microsoft.Bcl.Memory" Version="10.0.7" />
4953
<!-- 17.11.31 is the latest version that supports .NET 8, starting with version 17.12.6, only .NET 9 is supported -->
5054
<PackageReference Include="Microsoft.Build" Version="[17.11.31,17.12.6)" ExcludeAssets="runtime" NoWarn="NU1903" />
51-
<PackageReference Include="Microsoft.Build.Locator" Version="1.10.12" />
55+
<PackageReference Include="Microsoft.Build.Locator" Version="1.11.2" />
5256
<PackageReference Include="MinVer" Version="7.0.0" PrivateAssets="all" />
5357
<PackageReference Include="NuGet.ProjectModel" Version="7.3.1" />
5458
<PackageReference Include="OneOf" Version="3.0.271" />

src/nugraph/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
},
3737
"Microsoft.Build.Locator": {
3838
"type": "Direct",
39-
"requested": "[1.10.12, )",
40-
"resolved": "1.10.12",
41-
"contentHash": "L4yL8b1oYyoxmFWWpPHqIVb5uGJSDSCd/RQDV5SsJkBRB3fRxSfUl3KYjNQfMdf9RNvoqCDeXaGGISjaY6f8Pg=="
39+
"requested": "[1.11.2, )",
40+
"resolved": "1.11.2",
41+
"contentHash": "tY+/S54G29CGsbL3slVu4vqtpciwVnb3fKOmrhgzEQmu/VziFaWmD/E1e/2KH7cDucuycGSkWsSXndBs5Uawow=="
4242
},
4343
"MinVer": {
4444
"type": "Direct",

tests/nugraph.Tests/nugraph.Tests.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
<None Update="*.DotSettings" Visible="false" />
1818
</ItemGroup>
1919

20+
<PropertyGroup>
21+
<DisableMSBuildAssemblyCopyCheck>true</DisableMSBuildAssemblyCopyCheck>
22+
</PropertyGroup>
23+
2024
<ItemGroup>
2125
<PackageReference Include="AwesomeAssertions" Version="9.4.0" />
2226
<PackageReference Include="Microsoft.Testing.Extensions.TrxReport" Version="2.2.2" />

0 commit comments

Comments
 (0)