File tree Expand file tree Collapse file tree 5 files changed +4
-12
lines changed
Expand file tree Collapse file tree 5 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 22<configuration >
33 <packageSources >
44 <clear />
5- <!-- Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
6- <!-- Begin: Package sources from dotnet-dotnet -->
7- <!-- End: Package sources from dotnet-dotnet -->
8- <!-- End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
95 <add key =" dotnet-public" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
106 <add key =" dotnet-eng" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
117 <add key =" dotnet-tools" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
12- <!-- Feeds for command-line-api -->
138 <add key =" dotnet-libraries" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json" />
14- <!-- Feeds for source-build command-line-api intermediate -->
15- <add key =" dotnet-libraries-transport" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries-transport/nuget/v3/index.json" />
169 </packageSources >
1710 <disabledPackageSources >
1811 <clear />
Original file line number Diff line number Diff line change @@ -8,13 +8,11 @@ This file should be imported by eng/Versions.props
88 <!-- dotnet/dotnet dependencies -->
99 <MicrosoftDotNetArcadeSdkPackageVersion >11.0.0-beta.25571.109</MicrosoftDotNetArcadeSdkPackageVersion >
1010 <SystemCommandLinePackageVersion >3.0.0-alpha.1.25571.109</SystemCommandLinePackageVersion >
11- <SystemIOHashingPackageVersion >10.0.0-rc.2.25502.107</SystemIOHashingPackageVersion >
1211 </PropertyGroup >
1312 <!-- Property group for alternate package version names-->
1413 <PropertyGroup >
1514 <!-- dotnet/dotnet dependencies -->
1615 <MicrosoftDotNetArcadeSdkVersion >$(MicrosoftDotNetArcadeSdkPackageVersion)</MicrosoftDotNetArcadeSdkVersion >
1716 <SystemCommandLineVersion >$(SystemCommandLinePackageVersion)</SystemCommandLineVersion >
18- <SystemIOHashingVersion >$(SystemIOHashingPackageVersion)</SystemIOHashingVersion >
1917 </PropertyGroup >
2018</Project >
Original file line number Diff line number Diff line change 2121 <Uri >https://github.com/dotnet/msbuild</Uri >
2222 <Sha >02bf66295b64ab368d12933041f7281aad186a2d</Sha >
2323 </Dependency >
24- <Dependency Name =" System.IO.Hashing" Version =" 10.0.0-rc.2.25502.107 " >
24+ <Dependency Name =" System.IO.Hashing" Version =" 10.0.0-rc.3.25571.109 " >
2525 <Uri >https://github.com/dotnet/dotnet</Uri >
26- <Sha >be28ec777bf12db631725399c442448d52093087 </Sha >
26+ <Sha >cc7f6e84d8dae36ad9ea51a5112627b8235982cc </Sha >
2727 </Dependency >
2828 </ToolsetDependencies >
2929</Dependencies >
Original file line number Diff line number Diff line change 2020 <!-- nuget -->
2121 <NuGetVersioningVersion >6.12.1</NuGetVersioningVersion >
2222 <!-- runtime -->
23+ <SystemIOHashingVersion >10.0.0</SystemIOHashingVersion >
2324 <SystemTextJsonVersion >8.0.5</SystemTextJsonVersion >
2425 </PropertyGroup >
2526
Original file line number Diff line number Diff line change 2222
2323 <!-- Runtime dependencies -->
2424 <PackageVersion Include =" System.Text.Json" Version =" $(SystemTextJsonVersion)" />
25- <PackageVersion Include =" System.IO.Hashing" Version =" $(SystemIOHashingPackageVersion )" />
25+ <PackageVersion Include =" System.IO.Hashing" Version =" $(SystemIOHashingVersion )" />
2626 </ItemGroup >
2727
2828 <!-- External dependencies -->
You can’t perform that action at this time.
0 commit comments