Skip to content

Commit 5a2360c

Browse files
committed
Update to stage 0 with additional KnownFrameworkReference information
1 parent de3e47f commit 5a2360c

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tools": {
3-
"dotnet": "3.0.100-preview-009834",
3+
"dotnet": "3.0.100-preview-009988",
44
"vs-opt": {
55
"version": "15.9"
66
}

src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.DefaultItems.targets

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -201,17 +201,6 @@ Copyright (c) .NET Foundation. All rights reserved.
201201
versions .props file. They should look something like this: -->
202202

203203
<!--
204-
<KnownFrameworkReference Include="Microsoft.AspNetCore.App"
205-
TargetFramework="netcoreapp3.0"
206-
RuntimeFrameworkName="Microsoft.AspNetCore.App"
207-
DefaultRuntimeFrameworkVersion="3.0.0-preview-18572-0018"
208-
LatestRuntimeFrameworkVersion="3.0.0-preview-18572-0018"
209-
TargetingPackName="Microsoft.AspNetCore.App"
210-
TargetingPackVersion="3.0.0-preview-18572-0018"
211-
/>
212-
-->
213-
214-
<!-- Treat Microsoft.NETCore.App as a KnownFrameworkReference (which it isn't yet in the stage 0 SDK) -->
215204
<KnownFrameworkReference Include="Microsoft.NETCore.App"
216205
TargetFramework="netcoreapp3.0"
217206
RuntimeFrameworkName="Microsoft.NETCore.App"
@@ -224,16 +213,7 @@ Copyright (c) .NET Foundation. All rights reserved.
224213
RuntimePackNamePatterns="runtime.**RID**.Microsoft.NETCore.App;runtime.**RID**.Microsoft.NETCore.DotNetHostResolver;runtime.**RID**.Microsoft.NETCore.DotNetHostPolicy"
225214
RuntimePackRuntimeIdentifiers="freebsd-x64;linux-arm;linux-arm64;linux-musl-x64;linux-x64;osx-x64;rhel.6-x64;tizen.4.0.0-armel;tizen.5.0.0-armel;win-arm;win-arm64;win-x64;win-x86"
226215
/>
227-
228-
<KnownFrameworkReference RuntimePackNamePatterns="runtime.**RID**.Microsoft.WindowsDesktop.App"
229-
RuntimePackRuntimeIdentifiers="win-x64;win-x86"
230-
Condition="'%(Identity)' == 'Microsoft.WindowsDesktop.App'"
231-
/>
232-
233-
<KnownFrameworkReference RuntimePackNamePatterns="runtime.**RID**.Microsoft.AspNetCore.App"
234-
RuntimePackRuntimeIdentifiers="win-x64;win-x86;win-arm;osx-x64;linux-musl-x64;linux-x64;linux-arm;linux-arm64"
235-
Condition="'%(Identity)' == 'Microsoft.AspNetCore.App'"
236-
/>
216+
-->
237217

238218
</ItemGroup>
239219

0 commit comments

Comments
 (0)