Skip to content

Commit

Permalink
no nullable yet
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmeijer committed Sep 22, 2023
1 parent 5290f28 commit 1d4497f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion NiceIO.Tests/NiceIO.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../NiceIO.csproj"/>
Expand Down
3 changes: 1 addition & 2 deletions NiceIO.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>10</LangVersion>
<LangVersion>9</LangVersion>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<DefineConstants>NICEIO_PUBLIC</DefineConstants>
</PropertyGroup>
Expand Down

0 comments on commit 1d4497f

Please sign in to comment.