Skip to content

Commit

Permalink
update selfhost service
Browse files Browse the repository at this point in the history
  • Loading branch information
afifi-ins committed Sep 4, 2024
1 parent 874a0d0 commit 113d44a
Showing 1 changed file with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<Using Include="Microsoft.Extensions.DependencyInjection.Extensions" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="CoreWCF.Http" Version="1.5.0-wsrs.1.g14d7d00798" />
<PackageReference Include="CoreWCF.NetTcp" Version="1.5.0-wsrs.1.g14d7d00798" />
<PackageReference Include="CoreWCF.Primitives" Version="1.5.0-wsrs.1.g14d7d00798" />
<PackageReference Include="CoreWCF.WebHttp" Version="1.5.0-wsrs.1.g14d7d00798" />
<PackageReference Include="idunno.Authentication.Basic" Version="2.3.1" />
<PackageReference Include="CoreWCF.Http" Version="1.6" />
<PackageReference Include="CoreWCF.NetTcp" Version="1.6" />
<PackageReference Include="CoreWCF.Primitives" Version="1.6" />
<PackageReference Include="CoreWCF.WebHttp" Version="1.6" />
<PackageReference Include="idunno.Authentication.Basic" Version="2.4.0" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\IISHostedWcfService\**\*.cs">
Expand All @@ -24,10 +24,10 @@
</Compile>
</ItemGroup>
<ItemGroup>
<Compile Remove="..\IISHostedWcfService\App_code\ISessionTests.cs" />
<Compile Remove="..\IISHostedWcfService\App_code\IVerifyWebSockets.cs" />
<Compile Remove="..\IISHostedWcfService\App_code\SessionTestsService.cs" />
<Compile Remove="..\IISHostedWcfService\App_code\testhosts\DuplexTestServiceHosts.cs" />




<Compile Remove="..\IISHostedWcfService\App_code\testhosts\Federation\AcceptAnyUsernameSecurityTokenHandler.cs" />
<Compile Remove="..\IISHostedWcfService\App_code\testhosts\Federation\FederationSTSServiceHost.cs" />
<Compile Remove="..\IISHostedWcfService\App_code\testhosts\Federation\ReturnX509SubjectNameOrRSAIssuerNameRegistry.cs" />
Expand All @@ -47,10 +47,10 @@
<Compile Remove="..\IISHostedWcfService\App_code\testhosts\TestHostWebServiceHost.cs" />
<Compile Remove="..\IISHostedWcfService\App_code\testhosts\WebSocketTestServiceHosts.cs" />
<Compile Remove="..\IISHostedWcfService\App_code\VerifyWebSockets.cs" />
<None Include="..\IISHostedWcfService\App_code\ISessionTests.cs" />
<None Include="..\IISHostedWcfService\App_code\IVerifyWebSockets.cs" />
<None Include="..\IISHostedWcfService\App_code\SessionTestsService.cs" />
<None Include="..\IISHostedWcfService\App_code\testhosts\DuplexTestServiceHosts.cs" />




<None Include="..\IISHostedWcfService\App_code\testhosts\Federation\AcceptAnyUsernameSecurityTokenHandler.cs" />
<None Include="..\IISHostedWcfService\App_code\testhosts\Federation\FederationSTSServiceHost.cs" />
<None Include="..\IISHostedWcfService\App_code\testhosts\Federation\ReturnX509SubjectNameOrRSAIssuerNameRegistry.cs" />
Expand Down

0 comments on commit 113d44a

Please sign in to comment.