diff --git a/Directory.Build.props b/Directory.Build.props index e1eb80e5f6..a37c5eadec 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,4 +1,8 @@ + + diff --git a/korebuild-lock.txt b/korebuild-lock.txt index 07a4d73a83..95f4613014 100644 --- a/korebuild-lock.txt +++ b/korebuild-lock.txt @@ -1,2 +1,2 @@ -version:2.1.0-preview1-15564 -commithash:1f3f14382764e06b7e691e5ee89d12a280249284 +version:2.1.0-preview1-15567 +commithash:903e3104807b1bb8cddd28bdef205b1e2dc021d1 diff --git a/samples/GenericHostSample/GenericHostSample.csproj b/samples/GenericHostSample/GenericHostSample.csproj index 41c8b5a36c..83a4ea2fc7 100644 --- a/samples/GenericHostSample/GenericHostSample.csproj +++ b/samples/GenericHostSample/GenericHostSample.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0;net461 + netcoreapp2.1;net461 GenericHostSample.ProgramHelloWorld Exe latest diff --git a/samples/GenericWebHost/GenericWebHost.csproj b/samples/GenericWebHost/GenericWebHost.csproj index 3a69a4edad..34abb4e990 100644 --- a/samples/GenericWebHost/GenericWebHost.csproj +++ b/samples/GenericWebHost/GenericWebHost.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.0;net461 + netcoreapp2.1;net461 latest true diff --git a/samples/SampleStartups/SampleStartups.csproj b/samples/SampleStartups/SampleStartups.csproj index 4063c34649..52a90cdc3c 100644 --- a/samples/SampleStartups/SampleStartups.csproj +++ b/samples/SampleStartups/SampleStartups.csproj @@ -1,7 +1,7 @@  - netcoreapp2.0;net461 + netcoreapp2.1;net461 SampleStartups.StartupInjection exe diff --git a/shared/Microsoft.AspNetCore.Certificates.Configuration.Sources/CertificateLoader.cs b/shared/Microsoft.AspNetCore.Certificates.Configuration.Sources/CertificateLoader.cs index 83c786344c..b2a396dc2a 100644 --- a/shared/Microsoft.AspNetCore.Certificates.Configuration.Sources/CertificateLoader.cs +++ b/shared/Microsoft.AspNetCore.Certificates.Configuration.Sources/CertificateLoader.cs @@ -179,7 +179,7 @@ namespace Microsoft.AspNetCore.Certificates.Configuration { var certificate = TryLoad(X509KeyStorageFlags.DefaultKeySet, out var error) ?? TryLoad(X509KeyStorageFlags.UserKeySet, out error) -#if NETCOREAPP2_0 +#if NETCOREAPP2_0 || NETCOREAPP2_1 ?? TryLoad(X509KeyStorageFlags.EphemeralKeySet, out error) #elif NETSTANDARD2_0 #elif NET461 diff --git a/test/Directory.Build.props b/test/Directory.Build.props index 8a1b153e10..ffda45d379 100644 --- a/test/Directory.Build.props +++ b/test/Directory.Build.props @@ -1,6 +1,13 @@ + + netcoreapp2.1 + $(DeveloperBuildTestTfms) + $(StandardTestTfms);netcoreapp2.0 + $(StandardTestTfms);net461 + + diff --git a/test/Microsoft.AspNetCore.Certificates.Configuration.Tests/Microsoft.AspNetCore.Certificates.Configuration.Tests.csproj b/test/Microsoft.AspNetCore.Certificates.Configuration.Tests/Microsoft.AspNetCore.Certificates.Configuration.Tests.csproj index 5ce7950fa2..9fe67e75f5 100644 --- a/test/Microsoft.AspNetCore.Certificates.Configuration.Tests/Microsoft.AspNetCore.Certificates.Configuration.Tests.csproj +++ b/test/Microsoft.AspNetCore.Certificates.Configuration.Tests/Microsoft.AspNetCore.Certificates.Configuration.Tests.csproj @@ -1,8 +1,7 @@  - netcoreapp2.0;net461 - netcoreapp2.0 + $(StandardTestTfms) + + + netcoreapp2.1 + $(DeveloperBuildTestAssetTfms) + $(StandardTestAssetTfms);netcoreapp2.0 + $(StandardTestAssetTfms);net461 + diff --git a/test/TestAssets/IStartupInjectionAssemblyName/IStartupInjectionAssemblyName.csproj b/test/TestAssets/IStartupInjectionAssemblyName/IStartupInjectionAssemblyName.csproj index efd9078510..25a648a366 100644 --- a/test/TestAssets/IStartupInjectionAssemblyName/IStartupInjectionAssemblyName.csproj +++ b/test/TestAssets/IStartupInjectionAssemblyName/IStartupInjectionAssemblyName.csproj @@ -1,8 +1,7 @@  - netcoreapp2.0;net461 - netcoreapp2.0 + $(StandardTestAssetTfms) Exe diff --git a/test/TestAssets/Microsoft.AspNetCore.Hosting.TestSites/Microsoft.AspNetCore.Hosting.TestSites.csproj b/test/TestAssets/Microsoft.AspNetCore.Hosting.TestSites/Microsoft.AspNetCore.Hosting.TestSites.csproj index a345c8972f..bc16ee652f 100644 --- a/test/TestAssets/Microsoft.AspNetCore.Hosting.TestSites/Microsoft.AspNetCore.Hosting.TestSites.csproj +++ b/test/TestAssets/Microsoft.AspNetCore.Hosting.TestSites/Microsoft.AspNetCore.Hosting.TestSites.csproj @@ -1,8 +1,7 @@  - netcoreapp2.0;net461 - netcoreapp2.0 + $(StandardTestAssetTfms) Exe