We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b2e94d commit 170c80bCopy full SHA for 170c80b
1 file changed
HwProj.CoursesService/HwProj.CoursesService.API/HwProj.CoursesService.API.csproj
@@ -2,7 +2,7 @@
2
<PropertyGroup>
3
<TargetFramework>net8.0</TargetFramework>
4
<LangVersion>$(CSharpLanguageVersion)</LangVersion>
5
- <Nullable>$(NullableReferenceTypes)</Nullable>
+ <Nullable>disable</Nullable>
6
</PropertyGroup>
7
<ItemGroup>
8
<PackageReference Include="AutoMapper" Version="15.0.1" />
0 commit comments