File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v4
1616 - name : Fetch history
1717 run : git fetch --prune --unshallow
1818 - name : Setup .NET
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414 - name : Setup .NET
1515 uses : actions/setup-dotnet@v1
1616 with :
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414 - name : Fetch history
1515 run : git fetch --prune --unshallow
1616 - name : Setup .NET
Original file line number Diff line number Diff line change 77 <ImportWindowsDesktopTargets >true</ImportWindowsDesktopTargets >
88 <EnableWindowsTargeting >true</EnableWindowsTargeting >
99 </PropertyGroup >
10+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0-windows|AnyCPU'" >
11+ <NoWarn >1701;1702;CA1416</NoWarn >
12+ </PropertyGroup >
13+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0-windows|AnyCPU'" >
14+ <NoWarn >1701;1702;CA1416</NoWarn >
15+ </PropertyGroup >
1016 <ItemGroup >
1117 <ProjectReference Include =" ..\S7CommPlusDriver\S7CommPlusDriver.csproj" />
1218 </ItemGroup >
You can’t perform that action at this time.
0 commit comments