diff --git a/.travis.yml b/.travis.yml index f1e566e83..9336b020d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: csharp mono: none -dotnet: 2.1.4 +dotnet: 2.1.300 script: - dotnet build System.IO.Abstractions --framework netstandard1.4 - dotnet build TestingHelpers --framework netstandard1.4 diff --git a/System.IO.Abstractions/System.IO.Abstractions.csproj b/System.IO.Abstractions/System.IO.Abstractions.csproj index 8460dd0cb..68db96e79 100644 --- a/System.IO.Abstractions/System.IO.Abstractions.csproj +++ b/System.IO.Abstractions/System.IO.Abstractions.csproj @@ -14,6 +14,12 @@ true + + true + true + $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb + + False @@ -27,7 +33,7 @@ 4.5.0 - + 4.5.0 @@ -47,4 +53,8 @@ + + + + diff --git a/TestingHelpers/TestingHelpers.csproj b/TestingHelpers/TestingHelpers.csproj index 465a76a56..fb3f5a3fa 100644 --- a/TestingHelpers/TestingHelpers.csproj +++ b/TestingHelpers/TestingHelpers.csproj @@ -14,6 +14,12 @@ https://github.com/System-IO-Abstractions/System.IO.Abstractions + + true + true + $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb + + False @@ -36,4 +42,8 @@ + + + +