@@ -201,17 +201,6 @@ Copyright (c) .NET Foundation. All rights reserved.
201
201
versions .props file. They should look something like this: -->
202
202
203
203
<!--
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) -->
215
204
<KnownFrameworkReference Include="Microsoft.NETCore.App"
216
205
TargetFramework="netcoreapp3.0"
217
206
RuntimeFrameworkName="Microsoft.NETCore.App"
@@ -224,16 +213,7 @@ Copyright (c) .NET Foundation. All rights reserved.
224
213
RuntimePackNamePatterns="runtime.**RID**.Microsoft.NETCore.App;runtime.**RID**.Microsoft.NETCore.DotNetHostResolver;runtime.**RID**.Microsoft.NETCore.DotNetHostPolicy"
225
214
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"
226
215
/>
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
+ -->
237
217
238
218
</ItemGroup >
239
219
0 commit comments