Update dependencies from https://github.com/dotnet/sdk build 20230823.1
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-rc.2.23422.34 -> To Version 8.0.100-rc.2.23423.1 Dependency coherency updates Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.Net.Compilers.Toolset From Version 8.0.0-rc.2.23421.27 -> To Version 8.0.0-rc.2.23422.12 (parent: Microsoft.NET.Sdk
This commit is contained in:
parent
8c5d8ec356
commit
cdbafca95e
2 changed files with 14 additions and 14 deletions
|
@ -85,22 +85,22 @@
|
|||
<Uri>https://github.com/dotnet/aspnetcore</Uri>
|
||||
<Sha>78708d69dc8e76709559f9240dc96bab1536848c</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-rc.2.23422.36">
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-rc.2.23423.1">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>0089047af35e0e59d58064766c30eb4feaf7b410</Sha>
|
||||
<Sha>383666683ce725a13f5fcb0d8fde37c985325ebd</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-rc.2.23422.36">
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-rc.2.23423.1">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>0089047af35e0e59d58064766c30eb4feaf7b410</Sha>
|
||||
<Sha>383666683ce725a13f5fcb0d8fde37c985325ebd</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-rc.2.23422.36">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-rc.2.23423.1">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>0089047af35e0e59d58064766c30eb4feaf7b410</Sha>
|
||||
<Sha>383666683ce725a13f5fcb0d8fde37c985325ebd</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-rc.2.23422.36">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-rc.2.23423.1">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>0089047af35e0e59d58064766c30eb4feaf7b410</Sha>
|
||||
<Sha>383666683ce725a13f5fcb0d8fde37c985325ebd</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.2.1" Version="1.0.2-beta4.22406.1">
|
||||
<Uri>https://github.com/dotnet/test-templates</Uri>
|
||||
|
@ -150,9 +150,9 @@
|
|||
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||
<Sha>90b92bb265a412592c4c152983d7b30c92236dbe</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0-1.23419.1" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0-2.23422.14" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/roslyn</Uri>
|
||||
<Sha>5fcefbef4fa8a28c2ac73c8c03ab37fca30e4570</Sha>
|
||||
<Sha>93ce610622875b8e843f348e96496abd7056360d</Sha>
|
||||
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Build" Version="17.8.0-preview-23422-03" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
|
|
|
@ -84,16 +84,16 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-rc.2.23422.36</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>8.0.100-rc.2.23422.36</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-rc.2.23422.36</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-rc.2.23423.1</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>8.0.100-rc.2.23423.1</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-rc.2.23423.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/roslyn -->
|
||||
<MicrosoftNetCompilersToolsetPackageVersion>4.8.0-1.23419.1</MicrosoftNetCompilersToolsetPackageVersion>
|
||||
<MicrosoftNetCompilersToolsetPackageVersion>4.8.0-2.23422.14</MicrosoftNetCompilersToolsetPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/corefx -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue