Skip to content

Commit 4d0b195

Browse files
committed
<Nullable>enable</Nullable> in ValidCode.NetCore
1 parent f641b30 commit 4d0b195

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

IDisposableAnalyzers.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IDisposableAnalyzers.NetCor
5656
EndProject
5757
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ValidCode", "ValidCode\ValidCode.csproj", "{C6A235B1-A780-43D5-BA1F-E31861C019F5}"
5858
EndProject
59-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ValidCode.NetCore", "ValidCode.NetCore\ValidCode.NetCore.csproj", "{2E2A331D-D45F-49E9-A4B7-FDF64367E2A5}"
59+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ValidCode.NetCore", "ValidCode.NetCore\ValidCode.NetCore.csproj", "{2E2A331D-D45F-49E9-A4B7-FDF64367E2A5}"
6060
EndProject
6161
Global
6262
GlobalSection(SolutionConfigurationPlatforms) = preSolution

ValidCode.NetCore/ValidCode.NetCore.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
5+
<LangVersion>latest</LangVersion>
6+
<Nullable>enable</Nullable>
57
</PropertyGroup>
68

79
<ItemGroup>

0 commit comments

Comments
 (0)