From 4279f92575eeace2d1259c0748f5e51c75cfd642 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Tue, 8 May 2018 21:14:04 -0700 Subject: [PATCH] fixup! Upgrade metapackages, shared framework, and installers to netcoreapp2.2 --- .../Microsoft.AspNetCore.All.props | 0 .../Microsoft.AspNetCore.All.targets | 0 .../lib/{netcoreapp2.1 => netcoreapp2.2}/_._ | 0 .../Microsoft.AspNetCore.App.props | 0 .../Microsoft.AspNetCore.App.targets | 0 .../lib/{netcoreapp2.1 => netcoreapp2.2}/_._ | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename src/Microsoft.AspNetCore.All/build/{netcoreapp2.1 => netcoreapp2.2}/Microsoft.AspNetCore.All.props (100%) rename src/Microsoft.AspNetCore.All/build/{netcoreapp2.1 => netcoreapp2.2}/Microsoft.AspNetCore.All.targets (100%) rename src/Microsoft.AspNetCore.All/lib/{netcoreapp2.1 => netcoreapp2.2}/_._ (100%) rename src/Microsoft.AspNetCore.App/build/{netcoreapp2.1 => netcoreapp2.2}/Microsoft.AspNetCore.App.props (100%) rename src/Microsoft.AspNetCore.App/build/{netcoreapp2.1 => netcoreapp2.2}/Microsoft.AspNetCore.App.targets (100%) rename src/Microsoft.AspNetCore.App/lib/{netcoreapp2.1 => netcoreapp2.2}/_._ (100%) diff --git a/src/Microsoft.AspNetCore.All/build/netcoreapp2.1/Microsoft.AspNetCore.All.props b/src/Microsoft.AspNetCore.All/build/netcoreapp2.2/Microsoft.AspNetCore.All.props similarity index 100% rename from src/Microsoft.AspNetCore.All/build/netcoreapp2.1/Microsoft.AspNetCore.All.props rename to src/Microsoft.AspNetCore.All/build/netcoreapp2.2/Microsoft.AspNetCore.All.props diff --git a/src/Microsoft.AspNetCore.All/build/netcoreapp2.1/Microsoft.AspNetCore.All.targets b/src/Microsoft.AspNetCore.All/build/netcoreapp2.2/Microsoft.AspNetCore.All.targets similarity index 100% rename from src/Microsoft.AspNetCore.All/build/netcoreapp2.1/Microsoft.AspNetCore.All.targets rename to src/Microsoft.AspNetCore.All/build/netcoreapp2.2/Microsoft.AspNetCore.All.targets diff --git a/src/Microsoft.AspNetCore.All/lib/netcoreapp2.1/_._ b/src/Microsoft.AspNetCore.All/lib/netcoreapp2.2/_._ similarity index 100% rename from src/Microsoft.AspNetCore.All/lib/netcoreapp2.1/_._ rename to src/Microsoft.AspNetCore.All/lib/netcoreapp2.2/_._ diff --git a/src/Microsoft.AspNetCore.App/build/netcoreapp2.1/Microsoft.AspNetCore.App.props b/src/Microsoft.AspNetCore.App/build/netcoreapp2.2/Microsoft.AspNetCore.App.props similarity index 100% rename from src/Microsoft.AspNetCore.App/build/netcoreapp2.1/Microsoft.AspNetCore.App.props rename to src/Microsoft.AspNetCore.App/build/netcoreapp2.2/Microsoft.AspNetCore.App.props diff --git a/src/Microsoft.AspNetCore.App/build/netcoreapp2.1/Microsoft.AspNetCore.App.targets b/src/Microsoft.AspNetCore.App/build/netcoreapp2.2/Microsoft.AspNetCore.App.targets similarity index 100% rename from src/Microsoft.AspNetCore.App/build/netcoreapp2.1/Microsoft.AspNetCore.App.targets rename to src/Microsoft.AspNetCore.App/build/netcoreapp2.2/Microsoft.AspNetCore.App.targets diff --git a/src/Microsoft.AspNetCore.App/lib/netcoreapp2.1/_._ b/src/Microsoft.AspNetCore.App/lib/netcoreapp2.2/_._ similarity index 100% rename from src/Microsoft.AspNetCore.App/lib/netcoreapp2.1/_._ rename to src/Microsoft.AspNetCore.App/lib/netcoreapp2.2/_._