diff --git a/Directory.Packages.props b/Directory.Packages.props new file mode 100644 index 00000000..19d0d41c --- /dev/null +++ b/Directory.Packages.props @@ -0,0 +1,31 @@ + + + true + + + + + + + + + + + + + + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + \ No newline at end of file diff --git a/Fluid.Benchmarks/Fluid.Benchmarks.csproj b/Fluid.Benchmarks/Fluid.Benchmarks.csproj index 3e7c0303..8224ec94 100644 --- a/Fluid.Benchmarks/Fluid.Benchmarks.csproj +++ b/Fluid.Benchmarks/Fluid.Benchmarks.csproj @@ -26,11 +26,11 @@ - - - - - + + + + + diff --git a/Fluid.MvcViewEngine/Fluid.MvcViewEngine.csproj b/Fluid.MvcViewEngine/Fluid.MvcViewEngine.csproj index 85b6e390..77fbd927 100644 --- a/Fluid.MvcViewEngine/Fluid.MvcViewEngine.csproj +++ b/Fluid.MvcViewEngine/Fluid.MvcViewEngine.csproj @@ -19,8 +19,8 @@ - - + + diff --git a/Fluid.Tests/Fluid.Tests.csproj b/Fluid.Tests/Fluid.Tests.csproj index f52dd431..b493174c 100644 --- a/Fluid.Tests/Fluid.Tests.csproj +++ b/Fluid.Tests/Fluid.Tests.csproj @@ -7,15 +7,12 @@ - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - + + + + + + diff --git a/Fluid.Tests/GlobalSuppressions.cs b/Fluid.Tests/GlobalSuppressions.cs new file mode 100644 index 00000000..b85659eb --- /dev/null +++ b/Fluid.Tests/GlobalSuppressions.cs @@ -0,0 +1,8 @@ +// This file is used by Code Analysis to maintain SuppressMessage +// attributes that are applied to this project. +// Project-level suppressions either have no target or are given +// a specific target and scoped to a namespace, type, member, etc. + +using System.Diagnostics.CodeAnalysis; + +[assembly: SuppressMessage("Usage", "xUnit1031:Do not use blocking task operations in test method", Justification = "Easier code to write. No impact.", Scope = "module")] diff --git a/Fluid.sln b/Fluid.sln index 6d1b5eda..cbae2547 100644 --- a/Fluid.sln +++ b/Fluid.sln @@ -18,6 +18,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Files", "Files", "{BE5EF08E .github\workflows\build.yml = .github\workflows\build.yml Common.props = Common.props CREDITS.md = CREDITS.md + Directory.Packages.props = Directory.Packages.props NuGet.config = NuGet.config .github\workflows\pr.yml = .github\workflows\pr.yml .github\workflows\publish.yml = .github\workflows\publish.yml diff --git a/Fluid/Fluid.csproj b/Fluid/Fluid.csproj index adb84186..3e459781 100644 --- a/Fluid/Fluid.csproj +++ b/Fluid/Fluid.csproj @@ -25,21 +25,21 @@ - - - - - + + + + + - - + + - - + + diff --git a/MinimalApis.LiquidViews/MinimalApis.LiquidViews.csproj b/MinimalApis.LiquidViews/MinimalApis.LiquidViews.csproj index ef2a7145..de13c108 100644 --- a/MinimalApis.LiquidViews/MinimalApis.LiquidViews.csproj +++ b/MinimalApis.LiquidViews/MinimalApis.LiquidViews.csproj @@ -18,11 +18,11 @@ - + - +