diff --git a/src/Antiforgery/Directory.Build.targets b/src/Antiforgery/Directory.Build.targets
index 78626b773e..7a09b207eb 100644
--- a/src/Antiforgery/Directory.Build.targets
+++ b/src/Antiforgery/Directory.Build.targets
@@ -1,10 +1,5 @@
- $(MicrosoftNETCoreApp20PackageVersion)
- $(MicrosoftNETCoreApp21PackageVersion)
- $(MicrosoftNETCoreApp22PackageVersion)
- $(NETStandardLibrary20PackageVersion)
-
- 99.9
+ $(MicrosoftNETCoreAppPackageVersion)
diff --git a/src/Antiforgery/build/dependencies.props b/src/Antiforgery/build/dependencies.props
index 390dd363ed..bcc1e4c9b5 100644
--- a/src/Antiforgery/build/dependencies.props
+++ b/src/Antiforgery/build/dependencies.props
@@ -1,4 +1,4 @@
-
+
$(MSBuildAllProjects);$(MSBuildThisFileFullPath)
@@ -15,12 +15,9 @@
3.0.0-alpha1-10549
3.0.0-alpha1-10549
3.0.0-alpha1-10549
- 2.0.9
- 2.1.3
- 2.2.0-preview2-26905-02
+ 3.0.0-preview1-26907-05
15.6.1
4.9.0
- 2.0.3
2.3.1
2.4.0
diff --git a/src/Antiforgery/src/Microsoft.AspNetCore.Antiforgery/Microsoft.AspNetCore.Antiforgery.csproj b/src/Antiforgery/src/Microsoft.AspNetCore.Antiforgery/Microsoft.AspNetCore.Antiforgery.csproj
index e196bf7f56..621e2628fd 100644
--- a/src/Antiforgery/src/Microsoft.AspNetCore.Antiforgery/Microsoft.AspNetCore.Antiforgery.csproj
+++ b/src/Antiforgery/src/Microsoft.AspNetCore.Antiforgery/Microsoft.AspNetCore.Antiforgery.csproj
@@ -2,7 +2,7 @@
An antiforgery system for ASP.NET Core designed to generate and validate tokens to prevent Cross-Site Request Forgery attacks.
- netstandard2.0
+ netcoreapp3.0
$(NoWarn);CS1591
true
aspnetcore;antiforgery
diff --git a/src/Antiforgery/test/Directory.Build.props b/src/Antiforgery/test/Directory.Build.props
index cc6b3db057..05002e1cac 100644
--- a/src/Antiforgery/test/Directory.Build.props
+++ b/src/Antiforgery/test/Directory.Build.props
@@ -1,10 +1,3 @@
-
-
- netcoreapp2.2
- $(DeveloperBuildTestTfms)
-
- $(StandardTestTfms);net461
-
-
\ No newline at end of file
+
diff --git a/src/Antiforgery/test/Microsoft.AspNetCore.Antiforgery.Test/Microsoft.AspNetCore.Antiforgery.Test.csproj b/src/Antiforgery/test/Microsoft.AspNetCore.Antiforgery.Test/Microsoft.AspNetCore.Antiforgery.Test.csproj
index 6b82710c8a..685d5bea49 100644
--- a/src/Antiforgery/test/Microsoft.AspNetCore.Antiforgery.Test/Microsoft.AspNetCore.Antiforgery.Test.csproj
+++ b/src/Antiforgery/test/Microsoft.AspNetCore.Antiforgery.Test/Microsoft.AspNetCore.Antiforgery.Test.csproj
@@ -1,7 +1,7 @@
- $(StandardTestTfms)
+ netcoreapp3.0