diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2024-01-26 15:50:41 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2024-01-26 15:50:41 +0300 |
commit | a0a1c23c4d313d7c78b7cc6b7d6a108c3dad04ca (patch) | |
tree | bb59790dd64ced3a9470ff9a4c64e1f3fbbc2fdb /RhSolutions.QueryModifiers/RhSolutions.QueryModifiers.csproj | |
parent | 2befa6a2a06c2cb719fb4b91f99eca6cd9a565de (diff) |
Add ML Modifiers with attribute
Diffstat (limited to 'RhSolutions.QueryModifiers/RhSolutions.QueryModifiers.csproj')
-rw-r--r-- | RhSolutions.QueryModifiers/RhSolutions.QueryModifiers.csproj | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/RhSolutions.QueryModifiers/RhSolutions.QueryModifiers.csproj b/RhSolutions.QueryModifiers/RhSolutions.QueryModifiers.csproj deleted file mode 100644 index e20e8ff..0000000 --- a/RhSolutions.QueryModifiers/RhSolutions.QueryModifiers.csproj +++ /dev/null @@ -1,13 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk"> - - <PropertyGroup> - <TargetFramework>net8.0</TargetFramework> - <ImplicitUsings>enable</ImplicitUsings> - <Nullable>enable</Nullable> - </PropertyGroup> - - <ItemGroup> - <FrameworkReference Include="Microsoft.AspNetCore.App" /> - </ItemGroup> - -</Project> |