We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ae6b3 commit 3e05cbeCopy full SHA for 3e05cbe
MyApp.ServiceInterface/MyApp.ServiceInterface.csproj
@@ -2,6 +2,8 @@
2
3
<PropertyGroup>
4
<TargetFramework>net8.0</TargetFramework>
5
+ <Nullable>enable</Nullable>
6
+ <ImplicitUsings>enable</ImplicitUsings>
7
</PropertyGroup>
8
9
<ItemGroup>
MyApp.ServiceModel/MyApp.ServiceModel.csproj
MyApp.Tests/MyApp.Tests.csproj
@@ -4,6 +4,8 @@
<DebugType>portable</DebugType>
<OutputType>Library</OutputType>
10
11
0 commit comments