Upgrade to build tools 2.1.0-preview1-15651
This commit is contained in:
parent
e7749b9ccc
commit
54a989bc29
|
|
@ -1,7 +1,34 @@
|
|||
{
|
||||
"Default": {
|
||||
"rules": [
|
||||
"DefaultCompositeRule"
|
||||
"Default": {
|
||||
"rules": [
|
||||
"DefaultCompositeRule"
|
||||
],
|
||||
"packages": {
|
||||
"Microsoft.AspNetCore.SpaTemplates": {
|
||||
"packageTypes": [
|
||||
"Template"
|
||||
]
|
||||
},
|
||||
"Microsoft.DotNet.Web.Client.ItemTemplates": {
|
||||
"packageTypes": [
|
||||
"Template"
|
||||
]
|
||||
},
|
||||
"Microsoft.DotNet.Web.ItemTemplates": {
|
||||
"packageTypes": [
|
||||
"Template"
|
||||
]
|
||||
},
|
||||
"Microsoft.DotNet.Web.ProjectTemplates.2.1": {
|
||||
"packageTypes": [
|
||||
"Template"
|
||||
]
|
||||
},
|
||||
"Microsoft.DotNet.Web.Spa.ProjectTemplates": {
|
||||
"packageTypes": [
|
||||
"Template"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="Package Versions">
|
||||
<InternalAspNetCoreSdkPackageVersion>2.1.0-preview1-15576</InternalAspNetCoreSdkPackageVersion>
|
||||
<InternalAspNetCoreSdkPackageVersion>2.1.0-preview1-15651</InternalAspNetCoreSdkPackageVersion>
|
||||
<MicrosoftAspNetCoreAllPackageVersion>2.1.0-preview1-27644</MicrosoftAspNetCoreAllPackageVersion>
|
||||
<MicrosoftAspNetCoreAuthenticationCookiesPackageVersion>2.1.0-preview1-27644</MicrosoftAspNetCoreAuthenticationCookiesPackageVersion>
|
||||
<MicrosoftAspNetCoreAuthenticationJwtBearerPackageVersion>2.1.0-preview1-27644</MicrosoftAspNetCoreAuthenticationJwtBearerPackageVersion>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
version:2.1.0-preview1-15576
|
||||
commithash:2f3856d2ba4f659fcb9253215b83946a06794a27
|
||||
version:2.1.0-preview1-15651
|
||||
commithash:ebf2365121c2c6a6a0fbfa9b0f37bb5effc89323
|
||||
|
|
|
|||
Loading…
Reference in New Issue