diff --git a/Directory.Build.targets b/Directory.Build.targets
index 78626b7..1f3d7b6 100644
--- a/Directory.Build.targets
+++ b/Directory.Build.targets
@@ -1,10 +1,6 @@
- $(MicrosoftNETCoreApp20PackageVersion)
- $(MicrosoftNETCoreApp21PackageVersion)
- $(MicrosoftNETCoreApp22PackageVersion)
+ $(MicrosoftNETCoreApp30PackageVersion)
$(NETStandardLibrary20PackageVersion)
-
- 99.9
diff --git a/build/dependencies.props b/build/dependencies.props
index 4f39e7a..926fa2f 100644
--- a/build/dependencies.props
+++ b/build/dependencies.props
@@ -3,24 +3,22 @@
$(MSBuildAllProjects);$(MSBuildThisFileFullPath)
- 3.0.0-alpha1-20181004.7
- 3.0.0-alpha1-10584
- 3.0.0-alpha1-10584
- 3.0.0-alpha1-10584
- 3.0.0-alpha1-10584
- 3.0.0-alpha1-10584
- 3.0.0-alpha1-10584
- 3.0.0-alpha1-10584
- 3.0.0-alpha1-10584
- 3.0.0-alpha1-10584
- 3.0.0-alpha1-10584
- 3.0.0-alpha1-10584
- 3.0.0-alpha1-10584
- 3.0.0-alpha1-10584
- 3.0.0-alpha1-10584
- 2.0.9
- 2.1.3
- 2.2.0-preview2-26905-02
+ 3.0.0-alpha1-20181105.4
+ 3.0.0-alpha1-10706
+ 3.0.0-alpha1-10706
+ 3.0.0-alpha1-10706
+ 3.0.0-alpha1-10706
+ 3.0.0-alpha1-10706
+ 3.0.0-alpha1-10706
+ 3.0.0-alpha1-10706
+ 3.0.0-alpha1-10706
+ 3.0.0-alpha1-10706
+ 3.0.0-alpha1-10706
+ 3.0.0-alpha1-10706
+ 3.0.0-alpha1-10706
+ 3.0.0-alpha1-10706
+ 3.0.0-alpha1-10706
+ 3.0.0-preview1-26907-05
15.6.1
2.0.3
2.3.1
diff --git a/build/repo.props b/build/repo.props
index 17a98ac..4402da1 100644
--- a/build/repo.props
+++ b/build/repo.props
@@ -8,8 +8,6 @@
-
-
-
+
diff --git a/korebuild-lock.txt b/korebuild-lock.txt
index 591cfd5..649e205 100644
--- a/korebuild-lock.txt
+++ b/korebuild-lock.txt
@@ -1,2 +1,2 @@
-version:3.0.0-alpha1-20181004.7
-commithash:27fabdaf2b1d4753c3d2749581694ca65d78f7f2
+version:3.0.0-alpha1-20181105.4
+commithash:de32928719981f10bc9ef49b5dbc1c239f134b28
diff --git a/samples/SessionSample/SessionSample.csproj b/samples/SessionSample/SessionSample.csproj
index b85e7c5..d28b964 100644
--- a/samples/SessionSample/SessionSample.csproj
+++ b/samples/SessionSample/SessionSample.csproj
@@ -1,7 +1,7 @@
- netcoreapp2.2;net461
+ netcoreapp3.0
@@ -12,7 +12,7 @@
-
+
diff --git a/samples/SessionSample/Startup.cs b/samples/SessionSample/Startup.cs
index 4c4c5d5..38d8199 100644
--- a/samples/SessionSample/Startup.cs
+++ b/samples/SessionSample/Startup.cs
@@ -33,7 +33,7 @@ namespace SessionSample
{
// Uncomment the following line to use the in-memory implementation of IDistributedCache
services.AddDistributedMemoryCache();
-
+
// Uncomment the following line to use the Microsoft SQL Server implementation of IDistributedCache.
// Note that this would require setting up the session state database.
//services.AddDistributedSqlServerCache(o =>
@@ -45,7 +45,7 @@ namespace SessionSample
// Uncomment the following line to use the Redis implementation of IDistributedCache.
// This will override any previously registered IDistributedCache service.
- //services.AddDistributedRedisCache(o =>
+ //services.AddStackExchangeRedisCache(o =>
//{
// o.Configuration = "localhost";
// o.InstanceName = "SampleInstance";
diff --git a/test/Directory.Build.props b/test/Directory.Build.props
index 3a373e2..1164d31 100644
--- a/test/Directory.Build.props
+++ b/test/Directory.Build.props
@@ -2,7 +2,7 @@
- netcoreapp2.2
+ netcoreapp3.0
$(DeveloperBuildTestTfms)
$(StandardTestTfms);net461