File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<configuration >
33 <packageSources >
4+ <add key =" ServiceStack MyGet feed" value =" https://www.myget.org/F/servicestack" />
45 <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" protocolVersion =" 3" />
5- <add key =" ServiceStack Pre-Release" value =" https://f.feedz.io/servicestack/pre-release/nuget/index.json" />
66 </packageSources >
77</configuration >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 </PropertyGroup >
77
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 </PropertyGroup >
66
77 <ItemGroup >
8- <PackageReference Include =" ServiceStack.Server" Version =" 6 .*" />
9- <PackageReference Include =" System.Drawing.Common" Version =" 6 .0.0 " />
8+ <PackageReference Include =" ServiceStack.Server" Version =" 8 .*" />
9+ <PackageReference Include =" System.Drawing.Common" Version =" 8 .0.1 " />
1010 </ItemGroup >
1111
1212 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 </PropertyGroup >
66
77 <ItemGroup >
8- <PackageReference Include =" ServiceStack.Interfaces" Version =" 6 .*" />
8+ <PackageReference Include =" ServiceStack.Interfaces" Version =" 8 .*" />
99 </ItemGroup >
1010
1111 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <DebugType >portable</DebugType >
66 <OutputType >Library</OutputType >
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" ServiceStack.Server" Version =" 6 .*" />
10+ <PackageReference Include =" ServiceStack.Server" Version =" 8 .*" />
1111 </ItemGroup >
1212
1313 <ItemGroup >
1717 </ItemGroup >
1818
1919 <ItemGroup >
20- <PackageReference Include =" NUnit3TestAdapter" Version =" 4.1 .0" />
20+ <PackageReference Include =" NUnit3TestAdapter" Version =" 4.5 .0" />
2121 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.*" />
2222 <PackageReference Include =" NUnit" Version =" 3.*" />
2323 </ItemGroup >
Original file line number Diff line number Diff line change 1- ServiceStack . Licensing . RegisterLicense ( "OSS BSD-3-Clause 2023 https://github.com/NetCoreApps/Test sucmAEguKA1eVJFFH9tTZctUZLpDLctGXsgqzDQ4VRSm7PM5LCg7QkZa4YnbTnmUt+tXnS4zP5PlG9TXbO70B/Hyz6qr/D73HTqRXoy3iHpv1Nd4ylqFiujXTkde5wbG8PelmxfJvZ3XyCVACrfF8lhuBCDffZerEMKpJcFnync =" ) ;
1+ ServiceStack . Licensing . RegisterLicense ( "OSS BSD-3-Clause 2024 https://github.com/NetCoreApps/Test fyIJciQwB1gqTrcpY03DJbazVUK5dcQK4/ZjC/3rk+tKIGcAtHdtxSTrmrBr4iY2b0vGEGHen2mKR+BGsho7kDEU0QDNVPWZOY/BPnT3zgRkMUK4BsNhAOMCSos1VaP6oQZYaMGimJ4dogRNorh2Aui5muFVuhL7kJEnKHOXFf8 =" ) ;
22
33var builder = WebApplication . CreateBuilder ( args ) ;
44
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <TypeScriptToolsVersion >latest</TypeScriptToolsVersion >
88 <TypeScriptCompileBlocked >true</TypeScriptCompileBlocked >
9- <DefineConstants >$(DefineConstants);NETCORE;NET6_0 ;NET6_0_OR_GREATER</DefineConstants >
9+ <DefineConstants >$(DefineConstants);NETCORE;NET8_0 ;NET6_0_OR_GREATER;NET8_0_OR_GREATER </DefineConstants >
1010 </PropertyGroup >
1111
1212 <ItemGroup >
13- <PackageReference Include =" ServiceStack.Server" Version =" 6 .*" />
14- <PackageReference Include =" ServiceStack.OrmLite.Sqlite" Version =" 6 .*" />
15- <PackageReference Include =" ServiceStack.Api.OpenApi" Version =" 6 .*" />
13+ <PackageReference Include =" ServiceStack.Server" Version =" 8 .*" />
14+ <PackageReference Include =" ServiceStack.OrmLite.Sqlite.Data " Version =" 8 .*" />
15+ <PackageReference Include =" ServiceStack.Api.OpenApi" Version =" 8 .*" />
1616 </ItemGroup >
1717
1818 <ItemGroup >
You can’t perform that action at this time.
0 commit comments