Skip to content

Commit

Permalink
net9
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Feb 14, 2024
1 parent e84f4ff commit 57fc6e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ProjectDefaults/ProjectDefaults.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ProjectDefaults</id>
<version>1.0.109</version>
<version>1.0.110</version>
<authors>Simon Cropp</authors>
<developmentDependency>true</developmentDependency>
<license type="expression">MIT</license>
Expand Down
2 changes: 1 addition & 1 deletion ProjectDefaults/build/ProjectDefaults.props
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<None Include="$(SolutionDir)..\src\icon.png" Pack="true" PackagePath="\"/>
</ItemGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('net6')) OR $(TargetFramework.StartsWith('net7')) OR $(TargetFramework.StartsWith('net8'))">
<ItemGroup Condition="$(TargetFramework.StartsWith('net6')) OR $(TargetFramework.StartsWith('net7')) OR $(TargetFramework.StartsWith('net8')) OR $(TargetFramework.StartsWith('net9'))">
<Using Include="System.DateOnly" Alias="Date" />
<Using Include="System.TimeOnly" Alias="Time" />
</ItemGroup>
Expand Down

0 comments on commit 57fc6e3

Please sign in to comment.