Skip to content

Commit

Permalink
The ASP.NET Core 2.1 Metapackage is about to change.
Browse files Browse the repository at this point in the history
Introduction of new meta-package "Microsoft.AspNetCore.App" #287
aspnet/Announcements#287
  • Loading branch information
doggy8088 committed Jan 31, 2018
1 parent 4111d32 commit 3e5e59e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions snippets/msbuild-project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"ASP.NET Core Metapackage": {
"prefix": "aspnetcore",
"ASP.NET Core 2.0 Metapackage": {
"prefix": "aspnetcore20",
"body": [
"<ItemGroup>",
" <PackageReference Include=\"Microsoft.AspNetCore.All\" Version=\"${1:2.0.5}\" />",
Expand All @@ -9,8 +9,8 @@
],
"description": "Load Metapackage for ASP.NET Core"
},
"ASP.NET Core Full Packages": {
"prefix": "aspnetcore-full",
"ASP.NET Core 2.0 Full Packages": {
"prefix": "aspnetcore20-full",
"body": [
"<ItemGroup Condition=\"'$(TargetFramework)' == 'netcoreapp2.0'\">",
" <PackageReference Include=\"Microsoft.AspNetCore\" Version=\"2.0.1\" />",
Expand Down

0 comments on commit 3e5e59e

Please sign in to comment.