File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- using Test ;
21using ServiceStack ;
32
43AppHost . RegisterLicense ( ) ;
Original file line number Diff line number Diff line change 44 <TargetFramework >net8.0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
7- <TypeScriptToolsVersion >latest</TypeScriptToolsVersion >
87 <TypeScriptCompileBlocked >true</TypeScriptCompileBlocked >
8+ <PublishProfile >DefaultContainer</PublishProfile >
99 <DefineConstants >$(DefineConstants);NETCORE;NET8_0;NET6_0_OR_GREATER;NET8_0_OR_GREATER</DefineConstants >
1010 </PropertyGroup >
1111
12+ <ItemGroup >
13+ <Using Include =" Test" />
14+ <Using Include =" Test.ServiceModel" />
15+ </ItemGroup >
16+
1217 <ItemGroup >
1318 <PackageReference Include =" ServiceStack.Server" Version =" 8.*" />
1419 <PackageReference Include =" ServiceStack.OrmLite.Sqlite.Data" Version =" 8.*" />
You can’t perform that action at this time.
0 commit comments