File tree Expand file tree Collapse file tree 6 files changed +5
-13
lines changed Expand file tree Collapse file tree 6 files changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,6 @@ steps:
13
13
arguments : --no-build -c $(BuildConfiguration) -f netcoreapp3.1 -v n --settings "$(Build.Repository.LocalPath)/azure-pipelines/$(Agent.OS).runsettings"
14
14
testRunTitle : netcoreapp3.1-$(Agent.JobName)
15
15
16
- - task : DotNetCoreCLI@2
17
- displayName : Run MessagePack.Tests (net5.0)
18
- inputs :
19
- command : test
20
- projects : tests/MessagePack.Tests/MessagePack.Tests.csproj
21
- arguments : --no-build -c $(BuildConfiguration) -f net5.0 -v n --settings "$(Build.Repository.LocalPath)/azure-pipelines/$(Agent.OS).runsettings"
22
- testRunTitle : net5.0-$(Agent.JobName)
23
-
24
16
- task : DotNetCoreCLI@2
25
17
displayName : Run MessagePack.Tests (net6.0)
26
18
inputs :
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<OutputType >Exe</OutputType >
4
- <TargetFrameworks >net472;net5 .0</TargetFrameworks >
4
+ <TargetFrameworks >net472;net6 .0</TargetFrameworks >
5
5
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
6
6
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
7
7
</PropertyGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<OutputType >Exe</OutputType >
4
- <TargetFrameworks >net472;net5 .0</TargetFrameworks >
4
+ <TargetFrameworks >net472;net6 .0</TargetFrameworks >
5
5
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
6
6
</PropertyGroup >
7
7
<ItemGroup >
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<AssemblyName >mpc</AssemblyName >
5
5
<OutputType >Exe</OutputType >
6
- <TargetFrameworks >netcoreapp3.1;net5.0; net6.0</TargetFrameworks >
6
+ <TargetFrameworks >netcoreapp3.1;net6.0</TargetFrameworks >
7
7
<LangVersion >10</LangVersion >
8
8
<Nullable >enable</Nullable >
9
9
<IsPackable >true</IsPackable >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netstandard2.0;netcoreapp3.1;net5.0; net6.0</TargetFrameworks >
4
+ <TargetFrameworks >netstandard2.0;netcoreapp3.1;net6.0</TargetFrameworks >
5
5
<NoWarn >$(NoWarn);CS0649</NoWarn >
6
6
<AllowUnsafeBlocks >True</AllowUnsafeBlocks >
7
7
<DefineConstants Condition =" '$(TargetFramework)' != 'netstandard2.0' " >$(DefineConstants);SPAN_BUILTIN</DefineConstants >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >net472;netcoreapp3.1;net5.0; net6.0</TargetFrameworks >
3
+ <TargetFrameworks >net472;netcoreapp3.1;net6.0</TargetFrameworks >
4
4
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
5
5
<LangVersion >10</LangVersion >
6
6
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
You can’t perform that action at this time.
0 commit comments