diff --git a/Global.props b/Global.props index a038c79b..481a00db 100644 --- a/Global.props +++ b/Global.props @@ -9,13 +9,14 @@ Fubar Development Junker 2016-2018 Fubar Development Junker Fubar Development Junker - https://github.com/FubarDevelopment/WebDavServer/blob/master/LICENSE + MIT https://github.com/FubarDevelopment/WebDavServer https://github.com/FubarDevelopment/WebDavServer.git https://github.com/FubarDevelopment/WebDavServer/releases git 3.5 $(MSBuildThisFileDirectory)WebDavServer.ruleset + true diff --git a/sample/FubarDev.WebDavServer.Sample.AspNetCore/FubarDev.WebDavServer.Sample.AspNetCore.csproj b/sample/FubarDev.WebDavServer.Sample.AspNetCore/FubarDev.WebDavServer.Sample.AspNetCore.csproj index 9bf20f5c..2efbba1d 100644 --- a/sample/FubarDev.WebDavServer.Sample.AspNetCore/FubarDev.WebDavServer.Sample.AspNetCore.csproj +++ b/sample/FubarDev.WebDavServer.Sample.AspNetCore/FubarDev.WebDavServer.Sample.AspNetCore.csproj @@ -1,6 +1,8 @@  netcoreapp2.1 + false + NU1701;$(NoWarn) diff --git a/src/FubarDev.WebDavServer.FileSystem.SQLite/FubarDev.WebDavServer.FileSystem.SQLite.csproj b/src/FubarDev.WebDavServer.FileSystem.SQLite/FubarDev.WebDavServer.FileSystem.SQLite.csproj index 5791aee6..6cb25c67 100644 --- a/src/FubarDev.WebDavServer.FileSystem.SQLite/FubarDev.WebDavServer.FileSystem.SQLite.csproj +++ b/src/FubarDev.WebDavServer.FileSystem.SQLite/FubarDev.WebDavServer.FileSystem.SQLite.csproj @@ -5,7 +5,9 @@ - + + NU1701 + diff --git a/src/FubarDev.WebDavServer.Locking.SQLite/FubarDev.WebDavServer.Locking.SQLite.csproj b/src/FubarDev.WebDavServer.Locking.SQLite/FubarDev.WebDavServer.Locking.SQLite.csproj index 41224117..67f71230 100644 --- a/src/FubarDev.WebDavServer.Locking.SQLite/FubarDev.WebDavServer.Locking.SQLite.csproj +++ b/src/FubarDev.WebDavServer.Locking.SQLite/FubarDev.WebDavServer.Locking.SQLite.csproj @@ -5,7 +5,9 @@ - + + NU1701 + diff --git a/src/FubarDev.WebDavServer.Props.Store.SQLite/FubarDev.WebDavServer.Props.Store.SQLite.csproj b/src/FubarDev.WebDavServer.Props.Store.SQLite/FubarDev.WebDavServer.Props.Store.SQLite.csproj index 89f558fe..e4f0b6db 100644 --- a/src/FubarDev.WebDavServer.Props.Store.SQLite/FubarDev.WebDavServer.Props.Store.SQLite.csproj +++ b/src/FubarDev.WebDavServer.Props.Store.SQLite/FubarDev.WebDavServer.Props.Store.SQLite.csproj @@ -6,7 +6,9 @@ - + + NU1701 + diff --git a/test/FubarDev.WebDavServer.Tests/FubarDev.WebDavServer.Tests.csproj b/test/FubarDev.WebDavServer.Tests/FubarDev.WebDavServer.Tests.csproj index de328608..cb33b0d1 100644 --- a/test/FubarDev.WebDavServer.Tests/FubarDev.WebDavServer.Tests.csproj +++ b/test/FubarDev.WebDavServer.Tests/FubarDev.WebDavServer.Tests.csproj @@ -2,6 +2,7 @@ Exe netcoreapp2.1 + NU1701;$(NoWarn)