File tree Expand file tree Collapse file tree 7 files changed +20
-38
lines changed Expand file tree Collapse file tree 7 files changed +20
-38
lines changed Original file line number Diff line number Diff line change 71
71
strategy :
72
72
fail-fast : false
73
73
matrix :
74
- dotnet : [ '3.1 .x' ]
74
+ dotnet : [ '8.0 .x' ]
75
75
env :
76
76
DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
77
77
DOTNET_CLI_TELEMETRY_OPTOUT : 1
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net461;netcoreapp3.1</ TargetFrameworks >
4
+ <TargetFramework >net8.0</ TargetFramework >
5
5
<RootNamespace >Org.SbeTool.Sbe.Benchmarks</RootNamespace >
6
6
<AssemblyName >sbe-benchmarks</AssemblyName >
7
7
<OutputTypeEx >exe</OutputTypeEx >
8
- <Copyright >Copyright (C) Bill Segall 2018, MarketFactory Inc 2017, Adaptive 2014. All rights reserved.</Copyright >
8
+ <Copyright >Copyright (C) Bill Segall 2018, MarketFactory Inc 2017, Adaptive 2014-2024 . All rights reserved.</Copyright >
9
9
<Product >SBE</Product >
10
10
<OutputType >Exe</OutputType >
11
11
</PropertyGroup >
16
16
</ItemGroup >
17
17
18
18
<ItemGroup >
19
- <PackageReference Include =" BenchmarkDotNet" Version =" 0.12.1" />
20
- <PackageReference Include =" BenchmarkDotNet.Annotations" Version =" 0.12.1" />
21
- <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.0-preview.2" PrivateAssets =" All" />
19
+ <PackageReference Include =" BenchmarkDotNet" Version =" 0.13.12" />
20
+ <PackageReference Include =" BenchmarkDotNet.Annotations" Version =" 0.13.12" />
22
21
</ItemGroup >
23
22
24
23
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >net45; netstandard2.0</TargetFrameworks >
3
+ <TargetFramework > netstandard2.0</TargetFramework >
4
4
<AllowUnsafeBlocks >True</AllowUnsafeBlocks >
5
5
<AssemblyName >SBE</AssemblyName >
6
6
<RootNamespace >Org.SbeTool.Sbe.Dll</RootNamespace >
7
7
<Product >Org.SbeTool.Sbe.Dll</Product >
8
- <Copyright >Copyright (C) Bill Segall 2018-2021, MarketFactory Inc 2017, Adaptive 2014. All rights reserved.</Copyright >
8
+ <Copyright >Copyright (C) Bill Segall 2018-2021, MarketFactory Inc 2017, Adaptive 2014-2024 . All rights reserved.</Copyright >
9
9
<GenerateDocumentationFile >true</GenerateDocumentationFile >
10
10
<Authors >Bill Segall, MarketFactory Inc, Adaptive Consulting</Authors >
11
11
<PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
37
37
</None >
38
38
</ItemGroup >
39
39
40
- <ItemGroup Condition =" '$(TargetFramework)' == 'net45' " >
41
- <Reference Include =" System.Runtime" />
42
- </ItemGroup >
43
-
44
40
<ItemGroup >
45
41
<PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.0-preview.2" PrivateAssets =" All" />
46
42
<PackageReference Include =" System.Memory" Version =" 4.5.3" />
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net45;netstandard2 .0</TargetFrameworks >
4
+ <TargetFramework >net8 .0</TargetFramework >
5
5
<RootNamespace >Org.SbeTool.Sbe.Generated</RootNamespace >
6
6
<AssemblyName >Org.SbeTool.Sbe.Generated</AssemblyName >
7
- <Copyright >Copyright (C) Bill Segall 2018, MarketFactory Inc 2017, Adaptive 2014. All rights reserved.</Copyright >
7
+ <Copyright >Copyright (C) Bill Segall 2018, MarketFactory Inc 2017, Adaptive 2014-2024. All rights reserved.</Copyright >
8
+ <LangVersion >9</LangVersion >
8
9
</PropertyGroup >
9
10
10
11
<PropertyGroup Condition =" '$(Configuration)' == 'Debug' " >
11
- <DefineConstants >TRACE, SBE_ENABLE_PRECEDENCE_CHECKS</DefineConstants >
12
+ <DefineConstants >TRACE; SBE_ENABLE_PRECEDENCE_CHECKS</DefineConstants >
12
13
</PropertyGroup >
13
14
14
15
<PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
15
- <DefineConstants >TRACE, SBE_ENABLE_PRECEDENCE_CHECKS</DefineConstants >
16
+ <DefineConstants >TRACE; SBE_ENABLE_PRECEDENCE_CHECKS</DefineConstants >
16
17
</PropertyGroup >
17
18
18
19
<ItemGroup >
19
20
<ProjectReference Include =" ..\sbe-dll\sbe-dll.csproj" />
20
21
</ItemGroup >
21
22
22
- <ItemGroup >
23
- <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.0-preview.2" PrivateAssets =" All" />
24
- </ItemGroup >
25
-
26
23
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net45;netcoreapp3.1</ TargetFrameworks >
4
+ <TargetFramework >net8.0</ TargetFramework >
5
5
<OutputType >exe</OutputType >
6
6
<RootNamespace >Org.SbeTool.Sbe.Example.Car</RootNamespace >
7
7
<AssemblyName >Org.SbeTool.Sbe.Example.Car</AssemblyName >
16
16
<ProjectReference Include =" ..\sbe-generated\sbe-generated.csproj" />
17
17
</ItemGroup >
18
18
19
- <ItemGroup >
20
- <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.0-preview.2" PrivateAssets =" All" />
21
- </ItemGroup >
22
-
23
19
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net45;netstandard2 .0</TargetFrameworks >
4
+ <TargetFramework >net8 .0</TargetFramework >
5
5
<OutputTypeEx >exe</OutputTypeEx >
6
6
<RootNamespace >Org.SbeTool.Sbe.Example.Extension</RootNamespace >
7
7
<AssemblyName >Org.SbeTool.Sbe.Example.Extension</AssemblyName >
8
- <Copyright >Copyright (C) Bill Segall 2018, MarketFactory Inc 2017, Adaptive 2014. All rights reserved.</Copyright >
8
+ <Copyright >Copyright (C) Bill Segall 2018, MarketFactory Inc 2017, Adaptive 2014-2024 . All rights reserved.</Copyright >
9
9
</PropertyGroup >
10
10
11
11
<ItemGroup >
17
17
<ProjectReference Include =" ..\sbe-generated\sbe-generated.csproj" />
18
18
</ItemGroup >
19
19
20
- <ItemGroup >
21
- <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.0-preview.2" PrivateAssets =" All" />
22
-
23
- </ItemGroup >
24
-
25
20
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >net45;netcoreapp3.1 </TargetFrameworks >
3
+ <TargetFrameworks >net8.0 </TargetFrameworks >
4
4
<RootNamespace >Org.SbeTool.Sbe.Tests</RootNamespace >
5
5
<AssemblyName >Org.SbeTool.Sbe.UnitTests</AssemblyName >
6
6
<AllowUnsafeBlocks >True</AllowUnsafeBlocks >
7
- <Copyright >Copyright (C) Bill Segall 2018, MarketFactory Inc 2017, Adaptive 2014. All rights reserved.</Copyright >
7
+ <Copyright >Copyright (C) Bill Segall 2018, MarketFactory Inc 2017, Adaptive 2014-2024 . All rights reserved.</Copyright >
8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
18
18
</ItemGroup >
19
19
20
20
<ItemGroup >
21
- <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.0-preview.2" PrivateAssets =" All" />
22
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.2.0" />
23
- <PackageReference Include =" MSTest.TestAdapter" Version =" 1.4.0" />
24
- <PackageReference Include =" MSTest.TestFramework" Version =" 1.4.0" />
21
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.9.0" />
22
+ <PackageReference Include =" MSTest.TestAdapter" Version =" 3.2.2" />
23
+ <PackageReference Include =" MSTest.TestFramework" Version =" 3.2.2" />
25
24
</ItemGroup >
26
25
27
26
</Project >
You can’t perform that action at this time.
0 commit comments