Generate the MSBuild files instead of the template.json files to workaround localization issues in the tempalting engine
This commit is contained in:
Родитель
4a897d69bc
Коммит
4984b2da89
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"files.associations": {
|
||||
"*.json.in": "json"
|
||||
"*.json.in": "json",
|
||||
"*.*proj.in": "xml"
|
||||
},
|
||||
"[json]": {
|
||||
"editor.tabSize": 2
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
# This file is generated by the build
|
||||
content/*/.template.config/template.json
|
||||
content/*/*.*proj
|
||||
|
|
|
@ -9,17 +9,17 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFrameworkOverride)' == ''">
|
||||
<PackageReference Include="Microsoft.AspNetCore.All" Version="$(MicrosoftAspNetCoreAllPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.All" Version="${MicrosoftAspNetCoreAllPackageVersion}" />
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="'$(TargetFrameworkOverride)' != ''">
|
||||
<PackageReference Include="Microsoft.AspNetCore" Version="$(MicrosoftAspNetCorePackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="$(MicrosoftAspNetCoreMvcPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="$(MicrosoftAspNetCoreSpaServicesPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="$(MicrosoftAspNetCoreStaticFilesPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore" Version="${MicrosoftAspNetCorePackageVersion}" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="${MicrosoftAspNetCoreMvcPackageVersion}" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="${MicrosoftAspNetCoreSpaServicesPackageVersion}" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="${MicrosoftAspNetCoreStaticFilesPackageVersion}" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="$(MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion)" />
|
||||
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="${MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion}" />
|
||||
</ItemGroup>
|
||||
|
||||
<!--/-:cnd:noEmit -->
|
|
@ -9,17 +9,17 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFrameworkOverride)' == ''">
|
||||
<PackageReference Include="Microsoft.AspNetCore.All" Version="$(MicrosoftAspNetCoreAllPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.All" Version="${MicrosoftAspNetCoreAllPackageVersion}" />
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="'$(TargetFrameworkOverride)' != ''">
|
||||
<PackageReference Include="Microsoft.AspNetCore" Version="$(MicrosoftAspNetCorePackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="$(MicrosoftAspNetCoreMvcPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="$(MicrosoftAspNetCoreSpaServicesPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="$(MicrosoftAspNetCoreStaticFilesPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore" Version="${MicrosoftAspNetCorePackageVersion}" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="${MicrosoftAspNetCoreMvcPackageVersion}" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="${MicrosoftAspNetCoreSpaServicesPackageVersion}" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="${MicrosoftAspNetCoreStaticFilesPackageVersion}" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="$(MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion)" />
|
||||
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="${MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion}" />
|
||||
</ItemGroup>
|
||||
|
||||
<!--/-:cnd:noEmit -->
|
|
@ -21,13 +21,13 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<GeneratedContent Include="Aurelia-CSharp.template.json.in" OutputPath="content\Aurelia-CSharp\.template.config\template.json">
|
||||
<GeneratedContent Include="Aurelia-CSharp.csproj.in" OutputPath="content/Aurelia-CSharp/AureliaSpa.csproj">
|
||||
<Properties>$(GeneratedContentProperties)</Properties>
|
||||
</GeneratedContent>
|
||||
<GeneratedContent Include="Knockout-CSharp.template.json.in" OutputPath="content\Knockout-CSharp\.template.config\template.json">
|
||||
<GeneratedContent Include="Knockout-CSharp.csproj.in" OutputPath="content/Knockout-CSharp/KnockoutSpa.csproj">
|
||||
<Properties>$(GeneratedContentProperties)</Properties>
|
||||
</GeneratedContent>
|
||||
<GeneratedContent Include="Vue-CSharp.template.json.in" OutputPath="content\Vue-CSharp\.template.config\template.json">
|
||||
<GeneratedContent Include="Vue-CSharp.csproj.in" OutputPath="content/Vue-CSharp/VueSpa.csproj">
|
||||
<Properties>$(GeneratedContentProperties)</Properties>
|
||||
</GeneratedContent>
|
||||
</ItemGroup>
|
||||
|
|
|
@ -9,17 +9,17 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFrameworkOverride)' == ''">
|
||||
<PackageReference Include="Microsoft.AspNetCore.All" Version="$(MicrosoftAspNetCoreAllPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.All" Version="${MicrosoftAspNetCoreAllPackageVersion}" />
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="'$(TargetFrameworkOverride)' != ''">
|
||||
<PackageReference Include="Microsoft.AspNetCore" Version="$(MicrosoftAspNetCorePackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="$(MicrosoftAspNetCoreMvcPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="$(MicrosoftAspNetCoreSpaServicesPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="$(MicrosoftAspNetCoreStaticFilesPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore" Version="${MicrosoftAspNetCorePackageVersion}" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="${MicrosoftAspNetCoreMvcPackageVersion}" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="${MicrosoftAspNetCoreSpaServicesPackageVersion}" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="${MicrosoftAspNetCoreStaticFilesPackageVersion}" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="$(MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion)" />
|
||||
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="${MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion}" />
|
||||
</ItemGroup>
|
||||
|
||||
<!--/-:cnd:noEmit -->
|
|
@ -55,60 +55,6 @@
|
|||
"datatype": "bool",
|
||||
"description": "If specified, skips the automatic restore of the project on create.",
|
||||
"defaultValue": "false"
|
||||
},
|
||||
"MicrosoftAspNetCoreAllPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.All",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreAllPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreAllPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCorePackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCorePackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCorePackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreStaticFilesPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.StaticFiles",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreStaticFilesPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreStaticFilesPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreSpaServicesPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.SpaServices",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreSpaServicesPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreSpaServicesPackageVersion)"
|
||||
},
|
||||
"MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.VisualStudio.Web.CodeGeneration.Tools",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreMvcPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.Mvc",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreMvcPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreMvcPackageVersion)"
|
||||
}
|
||||
},
|
||||
"tags": {
|
|
@ -55,60 +55,6 @@
|
|||
"datatype": "bool",
|
||||
"description": "If specified, skips the automatic restore of the project on create.",
|
||||
"defaultValue": "false"
|
||||
},
|
||||
"MicrosoftAspNetCoreAllPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.All",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreAllPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreAllPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCorePackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCorePackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCorePackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreStaticFilesPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.StaticFiles",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreStaticFilesPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreStaticFilesPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreSpaServicesPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.SpaServices",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreSpaServicesPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreSpaServicesPackageVersion)"
|
||||
},
|
||||
"MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.VisualStudio.Web.CodeGeneration.Tools",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreMvcPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.Mvc",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreMvcPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreMvcPackageVersion)"
|
||||
}
|
||||
},
|
||||
"tags": {
|
|
@ -55,60 +55,6 @@
|
|||
"datatype": "bool",
|
||||
"description": "If specified, skips the automatic restore of the project on create.",
|
||||
"defaultValue": "false"
|
||||
},
|
||||
"MicrosoftAspNetCoreAllPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.All",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreAllPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreAllPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCorePackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCorePackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCorePackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreStaticFilesPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.StaticFiles",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreStaticFilesPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreStaticFilesPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreSpaServicesPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.SpaServices",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreSpaServicesPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreSpaServicesPackageVersion)"
|
||||
},
|
||||
"MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.VisualStudio.Web.CodeGeneration.Tools",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreMvcPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.Mvc",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreMvcPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreMvcPackageVersion)"
|
||||
}
|
||||
},
|
||||
"tags": {
|
|
@ -47,7 +47,7 @@
|
|||
"binding": "HostIdentifier"
|
||||
},
|
||||
"NameIsPage": {
|
||||
"type": "computed",
|
||||
"type": "computed",
|
||||
"value": "(name == \"Page\")"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
# This file is generated by the build
|
||||
content/*/.template.config/template.json
|
||||
content/*/*.*proj
|
||||
|
|
|
@ -10,10 +10,10 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFrameworkOverride)' == ''">
|
||||
<PackageReference Include="Microsoft.AspNetCore.All" Version="$(MicrosoftAspNetCoreAllPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.All" Version="${MicrosoftAspNetCoreAllPackageVersion}" />
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="'$(TargetFrameworkOverride)' != ''">
|
||||
<PackageReference Include="Microsoft.AspNetCore" Version="$(MicrosoftAspNetCorePackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore" Version="${MicrosoftAspNetCorePackageVersion}" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
|
@ -11,7 +11,7 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.AspNetCore.All" Version="$(MicrosoftAspNetCoreAllPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.All" Version="${MicrosoftAspNetCoreAllPackageVersion}" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
|
@ -35,25 +35,25 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<GeneratedContent Include="EmptyWeb-CSharp.template.json.in" OutputPath="content\EmptyWeb-CSharp\.template.config\template.json">
|
||||
<GeneratedContent Include="EmptyWeb-CSharp.csproj.in" OutputPath="content/EmptyWeb-CSharp/Company.WebApplication1.csproj">
|
||||
<Properties>$(GeneratedContentProperties)</Properties>
|
||||
</GeneratedContent>
|
||||
<GeneratedContent Include="EmptyWeb-FSharp.template.json.in" OutputPath="content\EmptyWeb-FSharp\.template.config\template.json">
|
||||
<GeneratedContent Include="EmptyWeb-FSharp.fsproj.in" OutputPath="content/EmptyWeb-FSharp/Company.WebApplication1.fsproj">
|
||||
<Properties>$(GeneratedContentProperties)</Properties>
|
||||
</GeneratedContent>
|
||||
<GeneratedContent Include="RazorPagesWeb-CSharp.template.json.in" OutputPath="content\RazorPagesWeb-CSharp\.template.config\template.json">
|
||||
<GeneratedContent Include="RazorPagesWeb-CSharp.csproj.in" OutputPath="content/RazorPagesWeb-CSharp/Company.WebApplication1.csproj">
|
||||
<Properties>$(GeneratedContentProperties)</Properties>
|
||||
</GeneratedContent>
|
||||
<GeneratedContent Include="StarterWeb-CSharp.template.json.in" OutputPath="content\StarterWeb-CSharp\.template.config\template.json">
|
||||
<GeneratedContent Include="StarterWeb-CSharp.csproj.in" OutputPath="content/StarterWeb-CSharp/Company.WebApplication1.csproj">
|
||||
<Properties>$(GeneratedContentProperties)</Properties>
|
||||
</GeneratedContent>
|
||||
<GeneratedContent Include="StarterWeb-FSharp.template.json.in" OutputPath="content\StarterWeb-FSharp\.template.config\template.json">
|
||||
<GeneratedContent Include="StarterWeb-FSharp.fsproj.in" OutputPath="content/StarterWeb-FSharp/Company.WebApplication1.fsproj">
|
||||
<Properties>$(GeneratedContentProperties)</Properties>
|
||||
</GeneratedContent>
|
||||
<GeneratedContent Include="WebApi-CSharp.template.json.in" OutputPath="content\WebApi-CSharp\.template.config\template.json">
|
||||
<GeneratedContent Include="WebApi-CSharp.csproj.in" OutputPath="content/WebApi-CSharp/Company.WebApplication1.csproj">
|
||||
<Properties>$(GeneratedContentProperties)</Properties>
|
||||
</GeneratedContent>
|
||||
<GeneratedContent Include="WebApi-FSharp.template.json.in" OutputPath="content\WebApi-FSharp\.template.config\template.json">
|
||||
<GeneratedContent Include="WebApi-FSharp.fsproj.in" OutputPath="content/WebApi-FSharp/Company.WebApplication1.fsproj">
|
||||
<Properties>$(GeneratedContentProperties)</Properties>
|
||||
</GeneratedContent>
|
||||
</ItemGroup>
|
||||
|
|
|
@ -10,29 +10,29 @@
|
|||
<None Update="app.db" CopyToOutputDirectory="PreserveNewest" />
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="'$(TargetFrameworkOverride)' == ''">
|
||||
<PackageReference Include="Microsoft.AspNetCore.All" Version="$(MicrosoftAspNetCoreAllPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="$(MicrosoftEntityFrameworkCoreToolsPackageVersion)" PrivateAssets="All" Condition="'$(IndividualAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="$(MicrosoftVisualStudioWebCodeGenerationDesignPackageVersion)" PrivateAssets="All" Condition="'$(IndividualAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.All" Version="${MicrosoftAspNetCoreAllPackageVersion}" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="${MicrosoftEntityFrameworkCoreToolsPackageVersion}" PrivateAssets="All" Condition="'$(IndividualAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="${MicrosoftVisualStudioWebCodeGenerationDesignPackageVersion}" PrivateAssets="All" Condition="'$(IndividualAuth)' == 'True'" />
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="'$(TargetFrameworkOverride)' != ''">
|
||||
<PackageReference Include="Microsoft.AspNetCore" Version="$(MicrosoftAspNetCorePackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="$(MicrosoftAspNetCoreAuthenticationCookiesPackageVersion)" Condition="'$(IndividualAuth)' == 'True' OR '$(OrganizationalAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="$(MicrosoftAspNetCoreAuthenticationOpenIdConnectPackageVersion)" Condition="'$(OrganizationalAuth)' == 'True' OR '$(IndividualB2CAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="$(MicrosoftAspNetCoreDiagnosticsEntityFrameworkCorePackageVersion)" Condition="'$(IndividualLocalAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="$(MicrosoftAspNetCoreIdentityEntityFrameworkCorePackageVersion)" Condition="'$(IndividualLocalAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="$(MicrosoftAspNetCoreMvcPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.ViewCompilation" Version="$(MicrosoftAspNetCoreMvcRazorViewCompilationPackageVersion)" PrivateAssets="All" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="$(MicrosoftAspNetCoreStaticFilesPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="$(MicrosoftEntityFrameworkCoreDesignPackageVersion)" PrivateAssets="All" Condition="'$(IndividualLocalAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="$(MicrosoftEntityFrameworkCoreSqlitePackageVersion)" Condition=" '$(IndividualLocalAuth)' == 'True' AND '$(UseLocalDB)' != 'True'" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="$(MicrosoftEntityFrameworkCoreSqlServerPackageVersion)" Condition=" '$(IndividualLocalAuth)' == 'True' AND '$(UseLocalDB)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="$(MicrosoftEntityFrameworkCoreToolsPackageVersion)" PrivateAssets="All" Condition="'$(IndividualLocalAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.VisualStudio.Web.BrowserLink" Version="$(MicrosoftVisualStudioWebBrowserLinkPackageVersion)" Condition="'$(UseBrowserLink)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="$(MicrosoftVisualStudioWebCodeGenerationDesignPackageVersion)" PrivateAssets="All" Condition="'$(IndividualAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.AspNetCore" Version="${MicrosoftAspNetCorePackageVersion}" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="${MicrosoftAspNetCoreAuthenticationCookiesPackageVersion}" Condition="'$(IndividualAuth)' == 'True' OR '$(OrganizationalAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="${MicrosoftAspNetCoreAuthenticationOpenIdConnectPackageVersion}" Condition="'$(OrganizationalAuth)' == 'True' OR '$(IndividualB2CAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="${MicrosoftAspNetCoreDiagnosticsEntityFrameworkCorePackageVersion}" Condition="'$(IndividualLocalAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="${MicrosoftAspNetCoreIdentityEntityFrameworkCorePackageVersion}" Condition="'$(IndividualLocalAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="${MicrosoftAspNetCoreMvcPackageVersion}" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.ViewCompilation" Version="${MicrosoftAspNetCoreMvcRazorViewCompilationPackageVersion}" PrivateAssets="All" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="${MicrosoftAspNetCoreStaticFilesPackageVersion}" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="${MicrosoftEntityFrameworkCoreDesignPackageVersion}" PrivateAssets="All" Condition="'$(IndividualLocalAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="${MicrosoftEntityFrameworkCoreSqlitePackageVersion}" Condition=" '$(IndividualLocalAuth)' == 'True' AND '$(UseLocalDB)' != 'True'" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="${MicrosoftEntityFrameworkCoreSqlServerPackageVersion}" Condition=" '$(IndividualLocalAuth)' == 'True' AND '$(UseLocalDB)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="${MicrosoftEntityFrameworkCoreToolsPackageVersion}" PrivateAssets="All" Condition="'$(IndividualLocalAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.VisualStudio.Web.BrowserLink" Version="${MicrosoftVisualStudioWebBrowserLinkPackageVersion}" Condition="'$(UseBrowserLink)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="${MicrosoftVisualStudioWebCodeGenerationDesignPackageVersion}" PrivateAssets="All" Condition="'$(IndividualAuth)' == 'True'" />
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="'$(NoTools)' != 'True'">
|
||||
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="$(MicrosoftEntityFrameworkCoreToolsDotNetPackageVersion)" Condition="'$(IndividualLocalAuth)' == 'True'" />
|
||||
<DotNetCliToolReference Include="Microsoft.Extensions.SecretManager.Tools" Version="$(MicrosoftExtensionsSecretManagerToolsPackageVersion)" Condition="'$(IndividualAuth)' == 'True' OR '$(OrganizationalAuth)' == 'True'" />
|
||||
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="$(MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion)" />
|
||||
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="${MicrosoftEntityFrameworkCoreToolsDotNetPackageVersion}" Condition="'$(IndividualLocalAuth)' == 'True'" />
|
||||
<DotNetCliToolReference Include="Microsoft.Extensions.SecretManager.Tools" Version="${MicrosoftExtensionsSecretManagerToolsPackageVersion}" Condition="'$(IndividualAuth)' == 'True' OR '$(OrganizationalAuth)' == 'True'" />
|
||||
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="${MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion}" />
|
||||
</ItemGroup>
|
||||
</Project>
|
|
@ -15,31 +15,31 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFrameworkOverride)' == ''">
|
||||
<PackageReference Include="Microsoft.AspNetCore.All" Version="$(MicrosoftAspNetCoreAllPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="$(MicrosoftEntityFrameworkCoreToolsPackageVersion)" PrivateAssets="All" Condition="'$(IndividualAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="$(MicrosoftVisualStudioWebCodeGenerationDesignPackageVersion)" PrivateAssets="All" Condition="'$(IndividualAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.All" Version="${MicrosoftAspNetCoreAllPackageVersion}" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="${MicrosoftEntityFrameworkCoreToolsPackageVersion}" PrivateAssets="All" Condition="'$(IndividualAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="${MicrosoftVisualStudioWebCodeGenerationDesignPackageVersion}" PrivateAssets="All" Condition="'$(IndividualAuth)' == 'True'" />
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="'$(TargetFrameworkOverride)' != ''">
|
||||
<PackageReference Include="Microsoft.AspNetCore" Version="$(MicrosoftAspNetCorePackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="$(MicrosoftAspNetCoreAuthenticationCookiesPackageVersion)" Condition="'$(IndividualAuth)' == 'True' OR '$(OrganizationalAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="$(MicrosoftAspNetCoreAuthenticationOpenIdConnectPackageVersion)" Condition="'$(OrganizationalAuth)' == 'True' OR '$(IndividualB2CAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="$(MicrosoftAspNetCoreDiagnosticsEntityFrameworkCorePackageVersion)" Condition="'$(IndividualLocalAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="$(MicrosoftAspNetCoreIdentityEntityFrameworkCorePackageVersion)" Condition="'$(IndividualLocalAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="$(MicrosoftAspNetCoreMvcPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.ViewCompilation" Version="$(MicrosoftAspNetCoreMvcRazorViewCompilationPackageVersion)" PrivateAssets="All" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="$(MicrosoftAspNetCoreStaticFilesPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="$(MicrosoftEntityFrameworkCoreDesignPackageVersion)" PrivateAssets="All" Condition="'$(IndividualLocalAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="$(MicrosoftEntityFrameworkCoreSqlitePackageVersion)" Condition=" '$(IndividualLocalAuth)' == 'True' AND '$(UseLocalDB)' != 'True'" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="$(MicrosoftEntityFrameworkCoreSqlServerPackageVersion)" Condition=" '$(IndividualLocalAuth)' == 'True' AND '$(UseLocalDB)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="$(MicrosoftEntityFrameworkCoreToolsPackageVersion)" PrivateAssets="All" Condition="'$(IndividualLocalAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.VisualStudio.Web.BrowserLink" Version="$(MicrosoftVisualStudioWebBrowserLinkPackageVersion)" Condition="'$(UseBrowserLink)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="$(MicrosoftVisualStudioWebCodeGenerationDesignPackageVersion)" PrivateAssets="All" Condition="'$(IndividualAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.AspNetCore" Version="${MicrosoftAspNetCorePackageVersion}" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="${MicrosoftAspNetCoreAuthenticationCookiesPackageVersion}" Condition="'$(IndividualAuth)' == 'True' OR '$(OrganizationalAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="${MicrosoftAspNetCoreAuthenticationOpenIdConnectPackageVersion}" Condition="'$(OrganizationalAuth)' == 'True' OR '$(IndividualB2CAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="${MicrosoftAspNetCoreDiagnosticsEntityFrameworkCorePackageVersion}" Condition="'$(IndividualLocalAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="${MicrosoftAspNetCoreIdentityEntityFrameworkCorePackageVersion}" Condition="'$(IndividualLocalAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="${MicrosoftAspNetCoreMvcPackageVersion}" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.ViewCompilation" Version="${MicrosoftAspNetCoreMvcRazorViewCompilationPackageVersion}" PrivateAssets="All" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="${MicrosoftAspNetCoreStaticFilesPackageVersion}" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="${MicrosoftEntityFrameworkCoreDesignPackageVersion}" PrivateAssets="All" Condition="'$(IndividualLocalAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="${MicrosoftEntityFrameworkCoreSqlitePackageVersion}" Condition=" '$(IndividualLocalAuth)' == 'True' AND '$(UseLocalDB)' != 'True'" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="${MicrosoftEntityFrameworkCoreSqlServerPackageVersion}" Condition=" '$(IndividualLocalAuth)' == 'True' AND '$(UseLocalDB)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="${MicrosoftEntityFrameworkCoreToolsPackageVersion}" PrivateAssets="All" Condition="'$(IndividualLocalAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.VisualStudio.Web.BrowserLink" Version="${MicrosoftVisualStudioWebBrowserLinkPackageVersion}" Condition="'$(UseBrowserLink)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="${MicrosoftVisualStudioWebCodeGenerationDesignPackageVersion}" PrivateAssets="All" Condition="'$(IndividualAuth)' == 'True'" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(NoTools)' != 'True'">
|
||||
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="$(MicrosoftEntityFrameworkCoreToolsDotNetPackageVersion)" Condition="'$(IndividualLocalAuth)' == 'True'" />
|
||||
<DotNetCliToolReference Include="Microsoft.Extensions.SecretManager.Tools" Version="$(MicrosoftExtensionsSecretManagerToolsPackageVersion)" Condition="'$(IndividualAuth)' == 'True' OR '$(OrganizationalAuth)' == 'True'" />
|
||||
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="$(MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion)" />
|
||||
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="${MicrosoftEntityFrameworkCoreToolsDotNetPackageVersion}" Condition="'$(IndividualLocalAuth)' == 'True'" />
|
||||
<DotNetCliToolReference Include="Microsoft.Extensions.SecretManager.Tools" Version="${MicrosoftExtensionsSecretManagerToolsPackageVersion}" Condition="'$(IndividualAuth)' == 'True' OR '$(OrganizationalAuth)' == 'True'" />
|
||||
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="${MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion}" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
|
@ -14,13 +14,13 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFrameworkOverride)' == ''">
|
||||
<PackageReference Include="Microsoft.AspNetCore.All" Version="$(MicrosoftAspNetCoreAllPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.All" Version="${MicrosoftAspNetCoreAllPackageVersion}" />
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="'$(TargetFrameworkOverride)' != ''">
|
||||
<PackageReference Include="Microsoft.AspNetCore" Version="$(MicrosoftAspNetCorePackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="$(MicrosoftAspNetCoreMvcPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.ViewCompilation" Version="$(MicrosoftAspNetCoreMvcRazorViewCompilationPackageVersion)" PrivateAssets="All" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="$(MicrosoftAspNetCoreStaticFilesPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore" Version="${MicrosoftAspNetCorePackageVersion}" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="${MicrosoftAspNetCoreMvcPackageVersion}" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.ViewCompilation" Version="${MicrosoftAspNetCoreMvcRazorViewCompilationPackageVersion}" PrivateAssets="All" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="${MicrosoftAspNetCoreStaticFilesPackageVersion}" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
|
@ -13,17 +13,17 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFrameworkOverride)' == ''">
|
||||
<PackageReference Include="Microsoft.AspNetCore.All" Version="$(MicrosoftAspNetCoreAllPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.All" Version="${MicrosoftAspNetCoreAllPackageVersion}" />
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="'$(TargetFrameworkOverride)' != ''">
|
||||
<PackageReference Include="Microsoft.AspNetCore" Version="$(MicrosoftAspNetCorePackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="$(MicrosoftAspNetCoreAuthenticationJwtBearerPackageVersion)" Condition="'$(OrganizationalAuth)' == 'True' OR '$(IndividualB2CAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="$(MicrosoftAspNetCoreMvcPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore" Version="${MicrosoftAspNetCorePackageVersion}" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="${MicrosoftAspNetCoreAuthenticationJwtBearerPackageVersion}" Condition="'$(OrganizationalAuth)' == 'True' OR '$(IndividualB2CAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="${MicrosoftAspNetCoreMvcPackageVersion}" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<DotNetCliToolReference Include="Microsoft.Extensions.SecretManager.Tools" Version="$(MicrosoftExtensionsSecretManagerToolsPackageVersion)" Condition="'$(IndividualAuth)' == 'True' OR '$(OrganizationalAuth)' == 'True'" />
|
||||
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="$(MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion)" />
|
||||
<DotNetCliToolReference Include="Microsoft.Extensions.SecretManager.Tools" Version="${MicrosoftExtensionsSecretManagerToolsPackageVersion}" Condition="'$(IndividualAuth)' == 'True' OR '$(OrganizationalAuth)' == 'True'" />
|
||||
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="${MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion}" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
|
@ -12,11 +12,11 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFrameworkOverride)' == ''">
|
||||
<PackageReference Include="Microsoft.AspNetCore.All" Version="$(MicrosoftAspNetCoreAllPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.All" Version="${MicrosoftAspNetCoreAllPackageVersion}" />
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="'$(TargetFrameworkOverride)' != ''">
|
||||
<PackageReference Include="Microsoft.AspNetCore" Version="$(MicrosoftAspNetCorePackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="$(MicrosoftAspNetCoreMvcPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore" Version="${MicrosoftAspNetCorePackageVersion}" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="${MicrosoftAspNetCoreMvcPackageVersion}" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
|
@ -110,24 +110,6 @@
|
|||
"datatype": "bool",
|
||||
"description": "If specified, skips the automatic restore of the project on create.",
|
||||
"defaultValue": "false"
|
||||
},
|
||||
"MicrosoftAspNetCorePackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCorePackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCorePackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreAllPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.All",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreAllPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreAllPackageVersion)"
|
||||
}
|
||||
},
|
||||
"primaryOutputs": [
|
||||
|
@ -149,4 +131,4 @@
|
|||
"continueOnError": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -52,15 +52,6 @@
|
|||
"datatype": "bool",
|
||||
"description": "If specified, skips the automatic restore of the project on create.",
|
||||
"defaultValue": "false"
|
||||
},
|
||||
"MicrosoftAspNetCoreAllPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.All",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreAllPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreAllPackageVersion)"
|
||||
}
|
||||
},
|
||||
"primaryOutputs": [
|
||||
|
@ -82,4 +73,4 @@
|
|||
"continueOnError": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -351,168 +351,6 @@
|
|||
"type": "parameter",
|
||||
"datatype": "bool",
|
||||
"defaultValue": "false"
|
||||
},
|
||||
"MicrosoftAspNetCoreStaticFilesPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.StaticFiles",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreStaticFilesPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreStaticFilesPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreAuthenticationCookiesPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.Authentication.Cookies",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreAuthenticationCookiesPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreAuthenticationCookiesPackageVersion)"
|
||||
},
|
||||
"MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.VisualStudio.Web.CodeGeneration.Tools",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion)"
|
||||
},
|
||||
"MicrosoftEntityFrameworkCoreSqlitePackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.EntityFrameworkCore.Sqlite",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftEntityFrameworkCoreSqlitePackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftEntityFrameworkCoreSqlitePackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreDiagnosticsEntityFrameworkCorePackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreDiagnosticsEntityFrameworkCorePackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreDiagnosticsEntityFrameworkCorePackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreIdentityEntityFrameworkCorePackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.Identity.EntityFrameworkCore",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreIdentityEntityFrameworkCorePackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreIdentityEntityFrameworkCorePackageVersion)"
|
||||
},
|
||||
"MicrosoftEntityFrameworkCoreSqlServerPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.EntityFrameworkCore.SqlServer",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftEntityFrameworkCoreSqlServerPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftEntityFrameworkCoreSqlServerPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreAuthenticationOpenIdConnectPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.Authentication.OpenIdConnect",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreAuthenticationOpenIdConnectPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreAuthenticationOpenIdConnectPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreAllPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.All",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreAllPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreAllPackageVersion)"
|
||||
},
|
||||
"MicrosoftVisualStudioWebBrowserLinkPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.VisualStudio.Web.BrowserLink",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftVisualStudioWebBrowserLinkPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftVisualStudioWebBrowserLinkPackageVersion)"
|
||||
},
|
||||
"MicrosoftVisualStudioWebCodeGenerationDesignPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.VisualStudio.Web.CodeGeneration.Design",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftVisualStudioWebCodeGenerationDesignPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftVisualStudioWebCodeGenerationDesignPackageVersion)"
|
||||
},
|
||||
"MicrosoftEntityFrameworkCoreDesignPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.EntityFrameworkCore.Design",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftEntityFrameworkCoreDesignPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftEntityFrameworkCoreDesignPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreMvcRazorViewCompilationPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.Mvc.Razor.ViewCompilation",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreMvcRazorViewCompilationPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreMvcRazorViewCompilationPackageVersion)"
|
||||
},
|
||||
"MicrosoftEntityFrameworkCoreToolsPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.EntityFrameworkCore.Tools",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftEntityFrameworkCoreToolsPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftEntityFrameworkCoreToolsPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreMvcPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.Mvc",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreMvcPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreMvcPackageVersion)"
|
||||
},
|
||||
"MicrosoftEntityFrameworkCoreToolsDotNetPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.EntityFrameworkCore.Tools.DotNet",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftEntityFrameworkCoreToolsDotNetPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftEntityFrameworkCoreToolsDotNetPackageVersion)"
|
||||
},
|
||||
"MicrosoftExtensionsSecretManagerToolsPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.Extensions.SecretManager.Tools",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftExtensionsSecretManagerToolsPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftExtensionsSecretManagerToolsPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCorePackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCorePackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCorePackageVersion)"
|
||||
}
|
||||
},
|
||||
"primaryOutputs": [
|
|
@ -344,168 +344,6 @@
|
|||
"datatype": "bool",
|
||||
"description": "If specified, skips the automatic restore of the project on create.",
|
||||
"defaultValue": "false"
|
||||
},
|
||||
"MicrosoftAspNetCoreStaticFilesPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.StaticFiles",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreStaticFilesPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreStaticFilesPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreAuthenticationCookiesPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.Authentication.Cookies",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreAuthenticationCookiesPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreAuthenticationCookiesPackageVersion)"
|
||||
},
|
||||
"MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.VisualStudio.Web.CodeGeneration.Tools",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion)"
|
||||
},
|
||||
"MicrosoftEntityFrameworkCoreSqlitePackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.EntityFrameworkCore.Sqlite",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftEntityFrameworkCoreSqlitePackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftEntityFrameworkCoreSqlitePackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreDiagnosticsEntityFrameworkCorePackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreDiagnosticsEntityFrameworkCorePackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreDiagnosticsEntityFrameworkCorePackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreIdentityEntityFrameworkCorePackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.Identity.EntityFrameworkCore",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreIdentityEntityFrameworkCorePackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreIdentityEntityFrameworkCorePackageVersion)"
|
||||
},
|
||||
"MicrosoftEntityFrameworkCoreSqlServerPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.EntityFrameworkCore.SqlServer",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftEntityFrameworkCoreSqlServerPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftEntityFrameworkCoreSqlServerPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreAuthenticationOpenIdConnectPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.Authentication.OpenIdConnect",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreAuthenticationOpenIdConnectPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreAuthenticationOpenIdConnectPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreAllPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.All",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreAllPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreAllPackageVersion)"
|
||||
},
|
||||
"MicrosoftVisualStudioWebBrowserLinkPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.VisualStudio.Web.BrowserLink",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftVisualStudioWebBrowserLinkPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftVisualStudioWebBrowserLinkPackageVersion)"
|
||||
},
|
||||
"MicrosoftVisualStudioWebCodeGenerationDesignPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.VisualStudio.Web.CodeGeneration.Design",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftVisualStudioWebCodeGenerationDesignPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftVisualStudioWebCodeGenerationDesignPackageVersion)"
|
||||
},
|
||||
"MicrosoftEntityFrameworkCoreDesignPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.EntityFrameworkCore.Design",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftEntityFrameworkCoreDesignPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftEntityFrameworkCoreDesignPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreMvcRazorViewCompilationPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.Mvc.Razor.ViewCompilation",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreMvcRazorViewCompilationPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreMvcRazorViewCompilationPackageVersion)"
|
||||
},
|
||||
"MicrosoftEntityFrameworkCoreToolsPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.EntityFrameworkCore.Tools",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftEntityFrameworkCoreToolsPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftEntityFrameworkCoreToolsPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreMvcPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.Mvc",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreMvcPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreMvcPackageVersion)"
|
||||
},
|
||||
"MicrosoftEntityFrameworkCoreToolsDotNetPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.EntityFrameworkCore.Tools.DotNet",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftEntityFrameworkCoreToolsDotNetPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftEntityFrameworkCoreToolsDotNetPackageVersion)"
|
||||
},
|
||||
"MicrosoftExtensionsSecretManagerToolsPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.Extensions.SecretManager.Tools",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftExtensionsSecretManagerToolsPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftExtensionsSecretManagerToolsPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCorePackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCorePackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCorePackageVersion)"
|
||||
}
|
||||
},
|
||||
"primaryOutputs": [
|
|
@ -53,51 +53,6 @@
|
|||
"datatype": "bool",
|
||||
"description": "If specified, skips the automatic restore of the project on create.",
|
||||
"defaultValue": "false"
|
||||
},
|
||||
"MicrosoftAspNetCoreAllPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.All",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreAllPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreAllPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCorePackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCorePackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCorePackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreStaticFilesPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.StaticFiles",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreStaticFilesPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreStaticFilesPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreMvcRazorViewCompilationPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.Mvc.Razor.ViewCompilation",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreMvcRazorViewCompilationPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreMvcRazorViewCompilationPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreMvcPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.Mvc",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreMvcPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreMvcPackageVersion)"
|
||||
}
|
||||
},
|
||||
"primaryOutputs": [
|
||||
|
@ -119,4 +74,4 @@
|
|||
"continueOnError": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -263,60 +263,6 @@
|
|||
"datatype": "bool",
|
||||
"description": "If specified, skips the automatic restore of the project on create.",
|
||||
"defaultValue": "false"
|
||||
},
|
||||
"MicrosoftAspNetCoreAllPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.All",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreAllPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreAllPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCorePackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCorePackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCorePackageVersion)"
|
||||
},
|
||||
"MicrosoftExtensionsSecretManagerToolsPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.Extensions.SecretManager.Tools",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftExtensionsSecretManagerToolsPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftExtensionsSecretManagerToolsPackageVersion)"
|
||||
},
|
||||
"MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.VisualStudio.Web.CodeGeneration.Tools",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreAuthenticationJwtBearerPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.Authentication.JwtBearer",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreAuthenticationJwtBearerPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreAuthenticationJwtBearerPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreMvcPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.Mvc",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreMvcPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreMvcPackageVersion)"
|
||||
}
|
||||
},
|
||||
"primaryOutputs": [
|
|
@ -52,33 +52,6 @@
|
|||
"datatype": "bool",
|
||||
"description": "If specified, skips the automatic restore of the project on create.",
|
||||
"defaultValue": "false"
|
||||
},
|
||||
"MicrosoftAspNetCoreAllPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.All",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreAllPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreAllPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCorePackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCorePackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCorePackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreMvcPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.Mvc",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreMvcPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreMvcPackageVersion)"
|
||||
}
|
||||
},
|
||||
"primaryOutputs": [
|
||||
|
@ -100,4 +73,4 @@
|
|||
"continueOnError": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -1,2 +1,2 @@
|
|||
# This file is generated by the build
|
||||
content/*/.template.config/template.json
|
||||
content/*/*.*proj
|
||||
|
|
|
@ -9,17 +9,17 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFrameworkOverride)' == ''">
|
||||
<PackageReference Include="Microsoft.AspNetCore.All" Version="$(MicrosoftAspNetCoreAllPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.All" Version="${MicrosoftAspNetCoreAllPackageVersion}" />
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="'$(TargetFrameworkOverride)' != ''">
|
||||
<PackageReference Include="Microsoft.AspNetCore" Version="$(MicrosoftAspNetCorePackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="$(MicrosoftAspNetCoreMvcPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="$(MicrosoftAspNetCoreSpaServicesPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="$(MicrosoftAspNetCoreStaticFilesPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore" Version="${MicrosoftAspNetCorePackageVersion}" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="${MicrosoftAspNetCoreMvcPackageVersion}" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="${MicrosoftAspNetCoreSpaServicesPackageVersion}" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="${MicrosoftAspNetCoreStaticFilesPackageVersion}" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="$(MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion)" />
|
||||
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="${MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion}" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
|
@ -22,13 +22,13 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<GeneratedContent Include="Angular-CSharp.template.json.in" OutputPath="content\Angular-CSharp\.template.config\template.json">
|
||||
<GeneratedContent Include="Angular-CSharp.csproj.in" OutputPath="content/Angular-CSharp/AngularSpa.csproj">
|
||||
<Properties>$(GeneratedContentProperties)</Properties>
|
||||
</GeneratedContent>
|
||||
<GeneratedContent Include="React-CSharp.template.json.in" OutputPath="content\React-CSharp\.template.config\template.json">
|
||||
<GeneratedContent Include="React-CSharp.csproj.in" OutputPath="content/React-CSharp/ReactSpa.csproj">
|
||||
<Properties>$(GeneratedContentProperties)</Properties>
|
||||
</GeneratedContent>
|
||||
<GeneratedContent Include="ReactRedux-CSharp.template.json.in" OutputPath="content\ReactRedux-CSharp\.template.config\template.json">
|
||||
<GeneratedContent Include="ReactRedux-CSharp.csproj.in" OutputPath="content/ReactRedux-CSharp/ReactReduxSpa.csproj">
|
||||
<Properties>$(GeneratedContentProperties)</Properties>
|
||||
</GeneratedContent>
|
||||
</ItemGroup>
|
||||
|
|
|
@ -9,17 +9,17 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFrameworkOverride)' == ''">
|
||||
<PackageReference Include="Microsoft.AspNetCore.All" Version="$(MicrosoftAspNetCoreAllPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.All" Version="${MicrosoftAspNetCoreAllPackageVersion}" />
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="'$(TargetFrameworkOverride)' != ''">
|
||||
<PackageReference Include="Microsoft.AspNetCore" Version="$(MicrosoftAspNetCorePackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="$(MicrosoftAspNetCoreMvcPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="$(MicrosoftAspNetCoreSpaServicesPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="$(MicrosoftAspNetCoreStaticFilesPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore" Version="${MicrosoftAspNetCorePackageVersion}" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="${MicrosoftAspNetCoreMvcPackageVersion}" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="${MicrosoftAspNetCoreSpaServicesPackageVersion}" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="${MicrosoftAspNetCoreStaticFilesPackageVersion}" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="$(MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion)" />
|
||||
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="${MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion}" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
|
@ -9,17 +9,17 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFrameworkOverride)' == ''">
|
||||
<PackageReference Include="Microsoft.AspNetCore.All" Version="$(MicrosoftAspNetCoreAllPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.All" Version="${MicrosoftAspNetCoreAllPackageVersion}" />
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="'$(TargetFrameworkOverride)' != ''">
|
||||
<PackageReference Include="Microsoft.AspNetCore" Version="$(MicrosoftAspNetCorePackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="$(MicrosoftAspNetCoreMvcPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="$(MicrosoftAspNetCoreSpaServicesPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="$(MicrosoftAspNetCoreStaticFilesPackageVersion)" />
|
||||
<PackageReference Include="Microsoft.AspNetCore" Version="${MicrosoftAspNetCorePackageVersion}" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="${MicrosoftAspNetCoreMvcPackageVersion}" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="${MicrosoftAspNetCoreSpaServicesPackageVersion}" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="${MicrosoftAspNetCoreStaticFilesPackageVersion}" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="$(MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion)" />
|
||||
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="${MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion}" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
|
@ -55,60 +55,6 @@
|
|||
"datatype": "bool",
|
||||
"description": "If specified, skips the automatic restore of the project on create.",
|
||||
"defaultValue": "false"
|
||||
},
|
||||
"MicrosoftAspNetCoreAllPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.All",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreAllPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreAllPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCorePackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCorePackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCorePackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreStaticFilesPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.StaticFiles",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreStaticFilesPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreStaticFilesPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreSpaServicesPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.SpaServices",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreSpaServicesPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreSpaServicesPackageVersion)"
|
||||
},
|
||||
"MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.VisualStudio.Web.CodeGeneration.Tools",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreMvcPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.Mvc",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreMvcPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreMvcPackageVersion)"
|
||||
}
|
||||
},
|
||||
"tags": {
|
||||
|
@ -138,4 +84,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -55,60 +55,6 @@
|
|||
"datatype": "bool",
|
||||
"description": "If specified, skips the automatic restore of the project on create.",
|
||||
"defaultValue": "false"
|
||||
},
|
||||
"MicrosoftAspNetCoreAllPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.All",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreAllPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreAllPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCorePackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCorePackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCorePackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreStaticFilesPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.StaticFiles",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreStaticFilesPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreStaticFilesPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreSpaServicesPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.SpaServices",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreSpaServicesPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreSpaServicesPackageVersion)"
|
||||
},
|
||||
"MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.VisualStudio.Web.CodeGeneration.Tools",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreMvcPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.Mvc",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreMvcPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreMvcPackageVersion)"
|
||||
}
|
||||
},
|
||||
"tags": {
|
|
@ -55,60 +55,6 @@
|
|||
"datatype": "bool",
|
||||
"description": "If specified, skips the automatic restore of the project on create.",
|
||||
"defaultValue": "false"
|
||||
},
|
||||
"MicrosoftAspNetCoreAllPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.All",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreAllPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreAllPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCorePackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCorePackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCorePackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreStaticFilesPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.StaticFiles",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreStaticFilesPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreStaticFilesPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreSpaServicesPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.SpaServices",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreSpaServicesPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreSpaServicesPackageVersion)"
|
||||
},
|
||||
"MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.VisualStudio.Web.CodeGeneration.Tools",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftVisualStudioWebCodeGenerationToolsPackageVersion)"
|
||||
},
|
||||
"MicrosoftAspNetCoreMvcPackageVersion": {
|
||||
"type": "generated",
|
||||
"description": "The package version for Microsoft.AspNetCore.Mvc",
|
||||
"generator": "constant",
|
||||
"parameters": {
|
||||
"value": "${MicrosoftAspNetCoreMvcPackageVersion}"
|
||||
},
|
||||
"replaces": "$(MicrosoftAspNetCoreMvcPackageVersion)"
|
||||
}
|
||||
},
|
||||
"tags": {
|
||||
|
@ -138,4 +84,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче