Skip to content

Commit 170c80b

Browse files
committed
Courses Service: disable nullable
1 parent 4b2e94d commit 170c80b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

HwProj.CoursesService/HwProj.CoursesService.API/HwProj.CoursesService.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFramework>net8.0</TargetFramework>
44
<LangVersion>$(CSharpLanguageVersion)</LangVersion>
5-
<Nullable>$(NullableReferenceTypes)</Nullable>
5+
<Nullable>disable</Nullable>
66
</PropertyGroup>
77
<ItemGroup>
88
<PackageReference Include="AutoMapper" Version="15.0.1" />

0 commit comments

Comments
 (0)