File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1212 with :
1313 fetch-depth : 0
1414
15+ - uses : actions/cache@v2
16+ with :
17+ path : ~/.nuget/packages
18+ key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
19+ restore-keys : |
20+ ${{ runner.os }}-nuget-
21+
1522 - name : Setup dotnet
1623 uses : actions/setup-dotnet@v1
1724 with :
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks Condition =" '$(OS)' != 'Unix'" >netstandard2.0;net48;netcoreapp3.1</TargetFrameworks >
5- <TargetFrameworks Condition =" '$(OS)' == 'Unix'" >netstandard2.0;netcoreapp3.1</TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;net48;netcoreapp3.1</TargetFrameworks >
65 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
76 <Copyright />
87 <Description >GitLabApiClient is a .NET rest client for GitLab API v4.</Description >
2019 </PropertyGroup >
2120
2221 <ItemGroup >
22+ <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets =" All" Version =" 1.0.0" />
2323 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
2424 <PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
2525 </ItemGroup >
You can’t perform that action at this time.
0 commit comments