Skip to content

Commit

Permalink
Added .NET Core 8 Packages publish
Browse files Browse the repository at this point in the history
  • Loading branch information
imperugo committed Dec 23, 2023
1 parent 44448a2 commit e46c188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<!-- General information -->
<PropertyGroup>
<Authors>Ugo Lattanzi</Authors>
<VersionPrefix>10.0.0</VersionPrefix>
<VersionPrefix>10.0.1</VersionPrefix>
<!--
<VersionSuffix>pre</VersionSuffix>
-->
<TargetFrameworks>netstandard2.1;net6.0;net7.0;net8.0;</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">netstandard2.1;net6.0;net7.0;</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">netstandard2.1;net6.0;net7.0;net8.0;</TargetFrameworks>
<TargetFrameworks Condition=" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))' ">netstandard2.1;net6.0;net7.0;net8.0;</TargetFrameworks>
<TargetFrameworks Condition=" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))' ">netstandard2.1;net6.0;net7.0;net8.0;</TargetFrameworks>
<IncludeSource>True</IncludeSource>
Expand Down

0 comments on commit e46c188

Please sign in to comment.