diff --git a/Directory.Packages.props b/Directory.Packages.props new file mode 100644 index 0000000..9b5b319 --- /dev/null +++ b/Directory.Packages.props @@ -0,0 +1,20 @@ + + + true + + + + + + + + + + + + + + + + + diff --git a/Shockky.Sandbox/Shockky.Sandbox.csproj b/Shockky.Sandbox/Shockky.Sandbox.csproj index 466634d..7bca671 100644 --- a/Shockky.Sandbox/Shockky.Sandbox.csproj +++ b/Shockky.Sandbox/Shockky.Sandbox.csproj @@ -3,6 +3,8 @@ Exe enable net8.0 + + false @@ -10,8 +12,8 @@ - - + + diff --git a/Shockky.SourceGeneration.Tests/Shockky.SourceGeneration.Tests.csproj b/Shockky.SourceGeneration.Tests/Shockky.SourceGeneration.Tests.csproj index 268733a..95901f5 100644 --- a/Shockky.SourceGeneration.Tests/Shockky.SourceGeneration.Tests.csproj +++ b/Shockky.SourceGeneration.Tests/Shockky.SourceGeneration.Tests.csproj @@ -10,14 +10,14 @@ - - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Shockky.SourceGeneration/Shockky.SourceGeneration.csproj b/Shockky.SourceGeneration/Shockky.SourceGeneration.csproj index ec34b71..bc3f204 100644 --- a/Shockky.SourceGeneration/Shockky.SourceGeneration.csproj +++ b/Shockky.SourceGeneration/Shockky.SourceGeneration.csproj @@ -1,20 +1,20 @@  + netstandard2.0 enable - false preview true - netstandard2.0 + true + false true - true - - + + - + all build; analyzers diff --git a/Shockky.Tests/Shockky.Tests.csproj b/Shockky.Tests/Shockky.Tests.csproj index 3517cd3..bd0cbf1 100644 --- a/Shockky.Tests/Shockky.Tests.csproj +++ b/Shockky.Tests/Shockky.Tests.csproj @@ -8,13 +8,13 @@ - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Shockky.sln b/Shockky.sln index 534218d..ae7a9d9 100644 --- a/Shockky.sln +++ b/Shockky.sln @@ -16,6 +16,7 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1524C501-34D3-4A0D-A371-11863AE635BA}" ProjectSection(SolutionItems) = preProject .editorconfig = .editorconfig + Directory.Packages.props = Directory.Packages.props EndProjectSection EndProject Global