diff --git a/Directory.Build.props b/Directory.Build.props index 07f657f..231ec84 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -38,16 +38,4 @@ true - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - diff --git a/Directory.Packages.props b/Directory.Packages.props new file mode 100644 index 0000000..3a23268 --- /dev/null +++ b/Directory.Packages.props @@ -0,0 +1,17 @@ + + + true + + + + + + + + + + + + + + diff --git a/nuget.config b/nuget.config new file mode 100644 index 0000000..765346e --- /dev/null +++ b/nuget.config @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/NGuid/NGuid.csproj b/src/NGuid/NGuid.csproj index 11015a0..b73f70d 100644 --- a/src/NGuid/NGuid.csproj +++ b/src/NGuid/NGuid.csproj @@ -14,7 +14,7 @@ - + diff --git a/tests/NGuid.Tests/NGuid.Tests.csproj b/tests/NGuid.Tests/NGuid.Tests.csproj index 5ce1232..595a780 100644 --- a/tests/NGuid.Tests/NGuid.Tests.csproj +++ b/tests/NGuid.Tests/NGuid.Tests.csproj @@ -8,17 +8,10 @@ - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - + + + +