diff --git a/build/PackageArchive.targets b/build/PackageArchive.targets
index 6cf6f3ad8..2c6c13298 100644
--- a/build/PackageArchive.targets
+++ b/build/PackageArchive.targets
@@ -73,6 +73,12 @@
Targets="Restore"
Properties="RestorePackagesPath=$(FallbackStagingDir);RuntimeFrameworkVersion=$(LZMAMicrosoftNETCoreApp20PackageVersion);DotNetRestoreSourcePropsPath=$(GeneratedFallbackRestoreSourcesPropsPath);DotNetBuildOffline=true;AspNetUniverseBuildOffline=true" />
+
+
+
diff --git a/build/dependencies.props b/build/dependencies.props
index 6a895790e..def99fa16 100644
--- a/build/dependencies.props
+++ b/build/dependencies.props
@@ -49,7 +49,7 @@
1.4.0
4.4.0
4.7.49
- 2.0.1
+ 2.0.3
1.0.1
10.0.1
4.0.0
diff --git a/build/tools/templates/Archive/Archive.Library.csproj b/build/tools/templates/Archive/Archive.Library.csproj
new file mode 100644
index 000000000..20e1d8894
--- /dev/null
+++ b/build/tools/templates/Archive/Archive.Library.csproj
@@ -0,0 +1,17 @@
+
+
+
+
+
+ netstandard2.0
+ false
+ true
+ true
+ $(RestoreSources);$(DotNetRestoreSources);
+
+
+
+
+
+
+