diff --git a/src/FileCache.Signed/FileCache.Signed.csproj b/src/FileCache.Signed/FileCache.Signed.csproj index 0ac9d5d..7c49740 100644 --- a/src/FileCache.Signed/FileCache.Signed.csproj +++ b/src/FileCache.Signed/FileCache.Signed.csproj @@ -11,9 +11,8 @@ ..\..\fckey.snk True true - false - 2.1.1 - true + true + 0.0.0 @@ -37,6 +36,6 @@ - + \ No newline at end of file diff --git a/src/FileCache.UnitTests/FileCache.UnitTests.csproj b/src/FileCache.UnitTests/FileCache.UnitTests.csproj index ce01904..7278d39 100644 --- a/src/FileCache.UnitTests/FileCache.UnitTests.csproj +++ b/src/FileCache.UnitTests/FileCache.UnitTests.csproj @@ -7,10 +7,10 @@ - - - - + + + + diff --git a/src/FileCache/FileCache.csproj b/src/FileCache/FileCache.csproj index cc69ee9..1ca34eb 100644 --- a/src/FileCache/FileCache.csproj +++ b/src/FileCache/FileCache.csproj @@ -8,9 +8,8 @@ Adam Carter FileCache is a concrete implementation of the .NET System.Runtime.Caching.ObjectCache that uses the local filesystem as the target location. Copyright (c) 2012, 2013, 2017 Adam Carter (http://adam-carter.com) - false - 2.1.1 - true + true + 0.0.0 Adam Carter @@ -30,6 +29,6 @@ - + \ No newline at end of file