diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2024-02-08 17:11:11 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2024-02-08 17:11:11 +0300 |
commit | 69db707d6803ada3891e4e71b8660ad095392973 (patch) | |
tree | d188676a0a5c40816fc6fa73955e883ea1f8c206 /RhSolutions.Parsers/RhSolutions.Parsers.csproj | |
parent | a9ce0c1785ce7c220ff953db7a21cf33535c6d26 (diff) |
Rename Parser projects
Diffstat (limited to 'RhSolutions.Parsers/RhSolutions.Parsers.csproj')
-rw-r--r-- | RhSolutions.Parsers/RhSolutions.Parsers.csproj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/RhSolutions.Parsers/RhSolutions.Parsers.csproj b/RhSolutions.Parsers/RhSolutions.Parsers.csproj new file mode 100644 index 0000000..e20e8ff --- /dev/null +++ b/RhSolutions.Parsers/RhSolutions.Parsers.csproj @@ -0,0 +1,13 @@ +<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> |