File tree Expand file tree Collapse file tree 6 files changed +3
-23
lines changed
Exceptionless.MessagePack Expand file tree Collapse file tree 6 files changed +3
-23
lines changed Original file line number Diff line number Diff line change 10
10
uses : actions/checkout@v4
11
11
with :
12
12
fetch-depth : 0
13
- - name : Setup .NET Core 6
14
- uses : actions/setup-dotnet@v4
15
- with :
16
- dotnet-version : 6.x
17
13
- name : Setup .NET Core 8
18
14
uses : actions/setup-dotnet@v4
19
15
with :
Original file line number Diff line number Diff line change 10
10
uses : actions/checkout@v4
11
11
with :
12
12
fetch-depth : 0
13
- - name : Setup .NET Core 6
14
- uses : actions/setup-dotnet@v4
15
- with :
16
- dotnet-version : 6.x
17
13
- name : Setup .NET Core 8
18
14
uses : actions/setup-dotnet@v4
19
15
with :
Original file line number Diff line number Diff line change 10
10
uses : actions/checkout@v4
11
11
with :
12
12
fetch-depth : 0
13
- - name : Setup .NET Core 6
14
- uses : actions/setup-dotnet@v4
15
- with :
16
- dotnet-version : 6.x
17
13
- name : Setup .NET Core 8
18
14
uses : actions/setup-dotnet@v4
19
15
with :
Original file line number Diff line number Diff line change 5
5
<TargetFramework >netstandard2.0</TargetFramework >
6
6
</PropertyGroup >
7
7
<PropertyGroup Condition =" '$(OS)' == 'Windows_NT' " >
8
- <TargetFrameworks >netstandard2.0;net6.0; net8.0</TargetFrameworks >
8
+ <TargetFrameworks >netstandard2.0;net8.0</TargetFrameworks >
9
9
</PropertyGroup >
10
10
11
11
<PropertyGroup Label =" Package" >
Original file line number Diff line number Diff line change 2
2
<Import Project =" ..\..\..\build\common.props" />
3
3
4
4
<PropertyGroup >
5
- <TargetFrameworks >net6.0-windows; net8.0-windows;net462</TargetFrameworks >
5
+ <TargetFrameworks >net8.0-windows;net462</TargetFrameworks >
6
6
</PropertyGroup >
7
7
8
8
<PropertyGroup Label =" Package" >
32
32
<ProjectReference Include =" ..\..\Exceptionless\Exceptionless.csproj" />
33
33
</ItemGroup >
34
34
35
- <PropertyGroup Condition =" '$(TargetFramework)' == 'net6.0-windows' " Label =" Build" >
36
- <DefineConstants >$(DefineConstants);NETSTANDARD;NETSTANDARD2_0</DefineConstants >
37
- </PropertyGroup >
38
-
39
35
<PropertyGroup Condition =" '$(TargetFramework)' == 'net8.0-windows' " Label =" Build" >
40
36
<DefineConstants >$(DefineConstants);NETSTANDARD;NETSTANDARD2_0</DefineConstants >
41
37
</PropertyGroup >
Original file line number Diff line number Diff line change 2
2
<Import Project =" ..\..\..\build\common.props" />
3
3
4
4
<PropertyGroup >
5
- <TargetFrameworks >net6.0-windows; net8.0-windows;net462</TargetFrameworks >
5
+ <TargetFrameworks >net8.0-windows;net462</TargetFrameworks >
6
6
</PropertyGroup >
7
7
8
8
<PropertyGroup Label =" Package" >
32
32
<ProjectReference Include =" ..\..\Exceptionless\Exceptionless.csproj" />
33
33
</ItemGroup >
34
34
35
- <PropertyGroup Condition =" '$(TargetFramework)' == 'net6.0-windows' " Label =" Build" >
36
- <DefineConstants >$(DefineConstants);NETSTANDARD;NETSTANDARD2_0</DefineConstants >
37
- </PropertyGroup >
38
-
39
35
<PropertyGroup Condition =" '$(TargetFramework)' == 'net8.0-windows' " Label =" Build" >
40
36
<DefineConstants >$(DefineConstants);NETSTANDARD;NETSTANDARD2_0</DefineConstants >
41
37
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments