summaryrefslogtreecommitdiff
path: root/RhSolutions.QueryModifiers/RhSolutions.QueryModifiers.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'RhSolutions.QueryModifiers/RhSolutions.QueryModifiers.csproj')
-rw-r--r--RhSolutions.QueryModifiers/RhSolutions.QueryModifiers.csproj13
1 files changed, 13 insertions, 0 deletions
diff --git a/RhSolutions.QueryModifiers/RhSolutions.QueryModifiers.csproj b/RhSolutions.QueryModifiers/RhSolutions.QueryModifiers.csproj
new file mode 100644
index 0000000..0132e39
--- /dev/null
+++ b/RhSolutions.QueryModifiers/RhSolutions.QueryModifiers.csproj
@@ -0,0 +1,13 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>net6.0</TargetFramework>
+ <ImplicitUsings>enable</ImplicitUsings>
+ <Nullable>enable</Nullable>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <FrameworkReference Include="Microsoft.AspNetCore.App" />
+ </ItemGroup>
+
+</Project>