diff --git a/Directory.Build.props b/Directory.Build.props index 2c3797b..21b259e 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -25,7 +25,7 @@ - + \ No newline at end of file diff --git a/Directory.Packages.props b/Directory.Packages.props new file mode 100644 index 0000000..2e0212c --- /dev/null +++ b/Directory.Packages.props @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Lingua.sln b/Lingua.sln index 73e631b..84d25b9 100644 --- a/Lingua.sln +++ b/Lingua.sln @@ -17,6 +17,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Root", "Solution R dotnet-tools.json = dotnet-tools.json build.bat = build.bat build.sh = build.sh + Directory.Packages.props = Directory.Packages.props EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Build", "build\Build\Build.csproj", "{E8C232A5-D100-47D5-A8CA-8E8927E52CD8}" diff --git a/build/Build/Build.csproj b/build/Build/Build.csproj index ac9ee8e..4ef28b2 100644 --- a/build/Build/Build.csproj +++ b/build/Build/Build.csproj @@ -7,9 +7,9 @@ - - - + + + diff --git a/build/Directory.Packages.props b/build/Directory.Packages.props new file mode 100644 index 0000000..317af62 --- /dev/null +++ b/build/Directory.Packages.props @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/build/Lingua.IO/Lingua.IO.csproj b/build/Lingua.IO/Lingua.IO.csproj index 9e11479..d14078f 100644 --- a/build/Lingua.IO/Lingua.IO.csproj +++ b/build/Lingua.IO/Lingua.IO.csproj @@ -10,8 +10,8 @@ - - + + diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 8820f57..d26d270 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -21,8 +21,8 @@ - - - + + + diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props new file mode 100644 index 0000000..317af62 --- /dev/null +++ b/src/Directory.Packages.props @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/src/Lingua/Lingua.csproj b/src/Lingua/Lingua.csproj index 0089e44..dd6073f 100644 --- a/src/Lingua/Lingua.csproj +++ b/src/Lingua/Lingua.csproj @@ -7,7 +7,7 @@ - + diff --git a/tests/Directory.Packages.props b/tests/Directory.Packages.props new file mode 100644 index 0000000..317af62 --- /dev/null +++ b/tests/Directory.Packages.props @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/tests/Lingua.AccuracyReport.Tests/Lingua.AccuracyReport.Tests.csproj b/tests/Lingua.AccuracyReport.Tests/Lingua.AccuracyReport.Tests.csproj index 1b07cf5..7dcd791 100644 --- a/tests/Lingua.AccuracyReport.Tests/Lingua.AccuracyReport.Tests.csproj +++ b/tests/Lingua.AccuracyReport.Tests/Lingua.AccuracyReport.Tests.csproj @@ -8,10 +8,10 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers @@ -19,9 +19,9 @@ - - - + + + diff --git a/tests/Lingua.Benchmarks/Lingua.Benchmarks.csproj b/tests/Lingua.Benchmarks/Lingua.Benchmarks.csproj index f26dcb9..34ecafa 100644 --- a/tests/Lingua.Benchmarks/Lingua.Benchmarks.csproj +++ b/tests/Lingua.Benchmarks/Lingua.Benchmarks.csproj @@ -8,11 +8,11 @@ - - - - - + + + + + diff --git a/tests/Lingua.Tests/Lingua.Tests.csproj b/tests/Lingua.Tests/Lingua.Tests.csproj index 1a863a1..7e92f21 100644 --- a/tests/Lingua.Tests/Lingua.Tests.csproj +++ b/tests/Lingua.Tests/Lingua.Tests.csproj @@ -8,10 +8,10 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers