File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1818 - name : Setup .NET Core
1919 uses : actions/setup-dotnet@v1
2020 with :
21- dotnet-version : 2 .1.500
21+ dotnet-version : 3 .1.402
2222
2323 - name : Prepare signing key
2424 if : github.event_name == 'release'
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp2.0 </TargetFramework >
4+ <TargetFramework >netcoreapp3.1 </TargetFramework >
55
66 <IsPackable >false</IsPackable >
77 </PropertyGroup >
88
99 <ItemGroup >
1010 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.5.0" />
11- <PackageReference Include =" xunit" Version =" 2.3 .1" />
12- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.3.1 " />
11+ <PackageReference Include =" xunit" Version =" 2.4 .1" />
12+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3 " />
1313 <DotNetCliToolReference Include =" dotnet-xunit" Version =" 2.3.1" />
1414 </ItemGroup >
1515
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.0;netstandard1.0</TargetFrameworks >
5- <Version >1.1.8 </Version >
4+ <TargetFrameworks >netstandard2.1;netstandard2. 0;netstandard1.0</TargetFrameworks >
5+ <Version >1.1.9 </Version >
66 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
77 <Copyright >Copyright 2018</Copyright >
88 <PackageLicenseUrl >https://raw.githubusercontent.com/yavuztor/JsonLogic.Net/master/LICENSE</PackageLicenseUrl >
Original file line number Diff line number Diff line change 1+ ## 1.1.9
2+ - Added ` netstandard2.1 ` . Updated test project to run with dotnet 3.1.
13## 1.1.8
24- Moved publishing package to github actions.
35## 1.1.6
You can’t perform that action at this time.
0 commit comments