[main] Update dependencies from dotnet/arcade (#4581)
[main] Update dependencies from dotnet/arcade
This commit is contained in:
Родитель
82e4812f72
Коммит
2628d1ae1e
|
@ -152,29 +152,29 @@
|
||||||
</Dependency>
|
</Dependency>
|
||||||
</ProductDependencies>
|
</ProductDependencies>
|
||||||
<ToolsetDependencies>
|
<ToolsetDependencies>
|
||||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24414.3">
|
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24416.2">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>4d15f8d1f2d61f6513b70f0bcd4bd3c1828a3a68</Sha>
|
<Sha>8fe02bab989df1265eee225df2c28af6dbdccc83</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.24414.3">
|
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.24416.2">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>4d15f8d1f2d61f6513b70f0bcd4bd3c1828a3a68</Sha>
|
<Sha>8fe02bab989df1265eee225df2c28af6dbdccc83</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="9.0.0-beta.24414.3">
|
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="9.0.0-beta.24416.2">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>4d15f8d1f2d61f6513b70f0bcd4bd3c1828a3a68</Sha>
|
<Sha>8fe02bab989df1265eee225df2c28af6dbdccc83</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="9.0.0-beta.24414.3">
|
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="9.0.0-beta.24416.2">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>4d15f8d1f2d61f6513b70f0bcd4bd3c1828a3a68</Sha>
|
<Sha>8fe02bab989df1265eee225df2c28af6dbdccc83</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24414.3">
|
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24416.2">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>4d15f8d1f2d61f6513b70f0bcd4bd3c1828a3a68</Sha>
|
<Sha>8fe02bab989df1265eee225df2c28af6dbdccc83</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="9.0.0-beta.24414.3">
|
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="9.0.0-beta.24416.2">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>4d15f8d1f2d61f6513b70f0bcd4bd3c1828a3a68</Sha>
|
<Sha>8fe02bab989df1265eee225df2c28af6dbdccc83</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
</ToolsetDependencies>
|
</ToolsetDependencies>
|
||||||
</Dependencies>
|
</Dependencies>
|
||||||
|
|
|
@ -11,8 +11,8 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- arcade -->
|
<!-- arcade -->
|
||||||
<MicrosoftDotNetBuildTasksArchivesVersion>9.0.0-beta.24414.3</MicrosoftDotNetBuildTasksArchivesVersion>
|
<MicrosoftDotNetBuildTasksArchivesVersion>9.0.0-beta.24416.2</MicrosoftDotNetBuildTasksArchivesVersion>
|
||||||
<MicrosoftDotNetBuildTasksInstallersVersion>9.0.0-beta.24414.3</MicrosoftDotNetBuildTasksInstallersVersion>
|
<MicrosoftDotNetBuildTasksInstallersVersion>9.0.0-beta.24416.2</MicrosoftDotNetBuildTasksInstallersVersion>
|
||||||
<!-- corefx -->
|
<!-- corefx -->
|
||||||
<SystemDataDataSetExtensionsVersion>4.5.0</SystemDataDataSetExtensionsVersion>
|
<SystemDataDataSetExtensionsVersion>4.5.0</SystemDataDataSetExtensionsVersion>
|
||||||
<SystemDataSqlClientVersion>4.8.6</SystemDataSqlClientVersion>
|
<SystemDataSqlClientVersion>4.8.6</SystemDataSqlClientVersion>
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
"dotnet": "9.0.100-preview.5.24307.3"
|
"dotnet": "9.0.100-preview.5.24307.3"
|
||||||
},
|
},
|
||||||
"msbuild-sdks": {
|
"msbuild-sdks": {
|
||||||
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24414.3",
|
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24416.2",
|
||||||
"Microsoft.DotNet.SharedFramework.Sdk": "9.0.0-beta.24414.3",
|
"Microsoft.DotNet.SharedFramework.Sdk": "9.0.0-beta.24416.2",
|
||||||
"Microsoft.Build.NoTargets": "3.7.0",
|
"Microsoft.Build.NoTargets": "3.7.0",
|
||||||
"Microsoft.Build.Traversal": "3.4.0"
|
"Microsoft.Build.Traversal": "3.4.0"
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче