File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 3838 - uses : actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
3939 with :
4040 dotnet-version : |
41- 6
4241 8
4342 dotnet-quality : ga
4443
Original file line number Diff line number Diff line change 22<Project Sdk =" Microsoft.NET.Sdk" >
33
44 <PropertyGroup >
5- <TargetFrameworks >net48;net6.0; net8.0</TargetFrameworks >
6- <TargetFrameworks Condition =" $([MSBuild]::IsOSUnixLike()) " >net6.0; net8.0</TargetFrameworks >
5+ <TargetFrameworks >net48;net8.0</TargetFrameworks >
6+ <TargetFrameworks Condition =" $([MSBuild]::IsOSUnixLike()) " >net8.0</TargetFrameworks >
77 </PropertyGroup >
88
99 <ItemGroup >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <Company >Joe Coutcher</Company >
5- <TargetFrameworks >net472;net6.0; net8.0</TargetFrameworks >
5+ <TargetFrameworks >net472;net8.0</TargetFrameworks >
66 <Product >NCrontab.Advanced</Product >
77 <Description >Cron string parser for .NET</Description >
88
You can’t perform that action at this time.
0 commit comments