Skip to content

Commit

Permalink
Update project files to new nullable reference types option
Browse files Browse the repository at this point in the history
  • Loading branch information
jskeet committed Jan 29, 2019
1 parent de238e8 commit e31b076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/NodaTime.Testing/NodaTime.Testing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<RepositoryUrl>https://github.com/nodatime/nodatime</RepositoryUrl>
<Deterministic>True</Deterministic>
<LangVersion>8.0</LangVersion>
<NullableReferenceTypes>True</NullableReferenceTypes>
<NullableContextOptions>enable</NullableContextOptions>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/NodaTime/NodaTime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<Deterministic>True</Deterministic>
<LangVersion>8.0</LangVersion>
<NullableReferenceTypes>True</NullableReferenceTypes>
<NullableContextOptions>enable</NullableContextOptions>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit e31b076

Please sign in to comment.