Skip to content

Commit 98084b0

Browse files
committed
update csproj
1 parent 53eb33a commit 98084b0

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Test/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using Test;
21
using ServiceStack;
32

43
AppHost.RegisterLicense();

Test/Test.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@
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.*" />

0 commit comments

Comments
 (0)