Skip to content

Commit

Permalink
Update ServiceStack.Kestrel.Core.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 13, 2021
1 parent 141de97 commit 07e325e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/ServiceStack.Kestrel/ServiceStack.Kestrel.Core.csproj
Expand Up @@ -15,11 +15,11 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\ServiceStack.Interfaces\ServiceStack.Interfaces.csproj"/>
<ProjectReference Include="..\ServiceStack.Common\ServiceStack.Common.csproj" />
<ProjectReference Include="..\ServiceStack.Client\ServiceStack.Client.csproj" />
<ProjectReference Include="..\ServiceStack\ServiceStack.csproj" />
<PackageReference Include="ServiceStack.Text" Version="$(Version)" />
<ProjectReference Include="..\ServiceStack.Interfaces\ServiceStack.Interfaces.Core.csproj"/>
<ProjectReference Include="..\ServiceStack.Common\ServiceStack.Common.Core.csproj" />
<ProjectReference Include="..\ServiceStack.Client\ServiceStack.Client.Core.csproj" />
<ProjectReference Include="..\ServiceStack\ServiceStack.Core.csproj" />
<PackageReference Include="ServiceStack.Text.Core" Version="$(Version)" />
<PackageReference Include="System.Memory" Version="4.5.4" />
</ItemGroup>

Expand Down

0 comments on commit 07e325e

Please sign in to comment.