Skip to content

Commit 136a6ae

Browse files
author
msftbot[bot]
authored
Merge pull request #44174 from dotnet-maestro-bot/merge/release/7.0-to-main
[automated] Merge branch 'release/7.0' => 'main'
2 parents df39008 + 7641ed9 commit 136a6ae

File tree

11 files changed

+16
-14
lines changed

11 files changed

+16
-14
lines changed

src/ProjectTemplates/Web.Client.ItemTemplates/content/Less/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"description": "LESS is a language that compiles into CSS",
88
"groupIdentity": "Microsoft.DotNet.Web.ClientItems.Less",
99
"precedence": "100",
10-
"identity": "Microsoft.DotNet.Web.ClientItems.Less",
10+
"identity": "Microsoft.DotNet.Web.ClientItems.Less.7.0",
1111
"shortName": "less",
1212
"sourceName": "styleSheet1",
1313
"tags": {

src/ProjectTemplates/Web.Client.ItemTemplates/content/Scss/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"description": "SCSS is a language that compiles into CSS",
88
"groupIdentity": "Microsoft.DotNet.Web.ClientItems.Scss",
99
"precedence": "100",
10-
"identity": "Microsoft.DotNet.Web.ClientItems.Scss",
10+
"identity": "Microsoft.DotNet.Web.ClientItems.Scss.7.0",
1111
"shortName": "scss",
1212
"sourceName": "styleSheet1",
1313
"tags": {

src/ProjectTemplates/Web.Client.ItemTemplates/content/TypeScript/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"description": "A blank TypeScript source file",
88
"groupIdentity": "Microsoft.DotNet.Web.ClientItems.TypeScript",
99
"precedence": "100",
10-
"identity": "Microsoft.DotNet.Web.ClientItems.TypeScript",
10+
"identity": "Microsoft.DotNet.Web.ClientItems.TypeScript.7.0",
1111
"shortName": "tsfile",
1212
"sourceName": "file1",
1313
"tags": {

src/ProjectTemplates/Web.ItemTemplates/content/Protobuf/.template.config/template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"language": "",
1313
"type": "item"
1414
},
15-
"groupIdentity": "Microsoft.Web.Grpc.Protobuf.6.0",
15+
"groupIdentity": "Microsoft.Web.Grpc.Protobuf",
1616
"precedence": "600",
17-
"identity": "Microsoft.Web.Grpc.Protobuf",
17+
"identity": "Microsoft.Web.Grpc.Protobuf.7.0",
1818
"shortname": "proto",
1919
"sourceName": "protobuf",
2020
"primaryOutputs": [

src/ProjectTemplates/Web.ItemTemplates/content/RazorComponent/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"groupIdentity": "Microsoft.AspNetCore.Components.RazorComponent",
1616
"precedence": "600",
17-
"identity": "Microsoft.AspNetCore.Components.RazorComponent.6.0",
17+
"identity": "Microsoft.AspNetCore.Components.RazorComponent.7.0",
1818
"shortname": "razorcomponent",
1919
"sourceName": "Component1",
2020
"primaryOutputs": [

src/ProjectTemplates/Web.ItemTemplates/content/RazorPage/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"groupIdentity": "Microsoft.AspNetCore.Mvc.RazorPage",
1313
"precedence": "600",
14-
"identity": "Microsoft.AspNetCore.Mvc.RazorPage.6.0",
14+
"identity": "Microsoft.AspNetCore.Mvc.RazorPage.7.0",
1515
"shortName": "page",
1616
"sourceName": "Index",
1717
"primaryOutputs": [

src/ProjectTemplates/Web.ItemTemplates/content/ViewImports/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"groupIdentity": "Microsoft.AspNetCore.Mvc.ViewImports",
1313
"precedence": "600",
14-
"identity": "Microsoft.AspNetCore.Mvc.ViewImports.6.0",
14+
"identity": "Microsoft.AspNetCore.Mvc.ViewImports.7.0",
1515
"shortName": "viewimports",
1616
"sourceName": "ignoreme",
1717
"primaryOutputs": [

src/ProjectTemplates/Web.ItemTemplates/content/ViewStart/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"groupIdentity": "Microsoft.AspNetCore.Mvc.ViewStart",
1313
"precedence": "600",
14-
"identity": "Microsoft.AspNetCore.Mvc.ViewStart.6.0",
14+
"identity": "Microsoft.AspNetCore.Mvc.ViewStart.7.0",
1515
"shortName": "viewstart",
1616
"sourceName": "ignoreme",
1717
"primaryOutputs": [

src/Tools/Extensions.ApiDescription.Server/src/Microsoft.Extensions.ApiDescription.Server.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<PropertyGroup>
55
<!-- Included primarily to ensure dotnet-getdocument and GetDocument.Insider can be referenced. -->
6-
<TargetFrameworks>netcoreapp2.1;$(DefaultNetFxTargetFramework)</TargetFrameworks>
6+
<TargetFrameworks>netcoreapp2.1;$(DefaultNetCoreTargetFramework);$(DefaultNetFxTargetFramework)</TargetFrameworks>
77

88
<Description>MSBuild tasks and targets for build-time Swagger and OpenApi document generation</Description>
99
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
@@ -19,7 +19,7 @@
1919
because publish output matches what was built.
2020
-->
2121
<Reference Include="dotnet-getdocument"
22-
Condition=" '$(TargetFramework)' == 'netcoreapp2.1' "
22+
Condition=" '$(TargetFramework)' != '$(DefaultNetFxTargetFramework)' "
2323
Targets="Publish"
2424
Private="false"
2525
ReferenceOutputAssembly="false"
@@ -28,7 +28,7 @@
2828
Private="false"
2929
ReferenceOutputAssembly="false"
3030
SkipGetTargetFrameworkProperties="true">
31-
<Targets Condition=" '$(TargetFramework)' == 'netcoreapp2.1' ">Publish</Targets>
31+
<Targets Condition=" '$(TargetFramework)' != '$(DefaultNetFxTargetFramework)' ">Publish</Targets>
3232
</Reference>
3333
</ItemGroup>
3434

src/Tools/Extensions.ApiDescription.Server/src/Microsoft.Extensions.ApiDescription.Server.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata minClientVersion="2.8">
44
$CommonMetadataElements$
@@ -12,5 +12,6 @@
1212
<file src="$artifactsBinDir$\GetDocument.Insider\$configuration$\net462\*.*" target="tools\net462" />
1313
<file src="$artifactsBinDir$\GetDocument.Insider\x86\$configuration$\net462\*.*" target="tools\net462-x86" />
1414
<file src="$artifactsBinDir$\GetDocument.Insider\$configuration$\netcoreapp2.1\publish\*.*" target="tools\netcoreapp2.1" />
15+
<file src="$artifactsBinDir$\GetDocument.Insider\$configuration$\net7.0\publish\*.*" target="tools\net7.0" />
1516
</files>
1617
</package>

0 commit comments

Comments
 (0)