Skip to content
Snippets Groups Projects
Commit d7223780 authored by Václav Bílý's avatar Václav Bílý :cowboy:
Browse files

WebApi - try to remove target framework from csproj

parent 8f2c6ecb
No related branches found
No related tags found
No related merge requests found
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<InvariantGlobalization>true</InvariantGlobalization>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment