|
11 | 11 | <Using Include="Microsoft.Extensions.DependencyInjection.Extensions" />
|
12 | 12 | </ItemGroup>
|
13 | 13 | <ItemGroup>
|
14 |
| - <PackageReference Include="CoreWCF.Http" Version="1.5.0-wsrs.1.g14d7d00798" /> |
15 |
| - <PackageReference Include="CoreWCF.NetTcp" Version="1.5.0-wsrs.1.g14d7d00798" /> |
16 |
| - <PackageReference Include="CoreWCF.Primitives" Version="1.5.0-wsrs.1.g14d7d00798" /> |
17 |
| - <PackageReference Include="CoreWCF.WebHttp" Version="1.5.0-wsrs.1.g14d7d00798" /> |
18 |
| - <PackageReference Include="idunno.Authentication.Basic" Version="2.3.1" /> |
| 14 | + <PackageReference Include="CoreWCF.Http" Version="1.6" /> |
| 15 | + <PackageReference Include="CoreWCF.NetTcp" Version="1.6" /> |
| 16 | + <PackageReference Include="CoreWCF.Primitives" Version="1.6" /> |
| 17 | + <PackageReference Include="CoreWCF.WebHttp" Version="1.6" /> |
| 18 | + <PackageReference Include="idunno.Authentication.Basic" Version="2.4.0" /> |
19 | 19 | </ItemGroup>
|
20 | 20 | <ItemGroup>
|
21 | 21 | <Compile Include="..\IISHostedWcfService\**\*.cs">
|
|
24 | 24 | </Compile>
|
25 | 25 | </ItemGroup>
|
26 | 26 | <ItemGroup>
|
27 |
| - <Compile Remove="..\IISHostedWcfService\App_code\ISessionTests.cs" /> |
28 |
| - <Compile Remove="..\IISHostedWcfService\App_code\IVerifyWebSockets.cs" /> |
29 |
| - <Compile Remove="..\IISHostedWcfService\App_code\SessionTestsService.cs" /> |
30 |
| - <Compile Remove="..\IISHostedWcfService\App_code\testhosts\DuplexTestServiceHosts.cs" /> |
31 | 27 | <Compile Remove="..\IISHostedWcfService\App_code\testhosts\Federation\AcceptAnyUsernameSecurityTokenHandler.cs" />
|
32 | 28 | <Compile Remove="..\IISHostedWcfService\App_code\testhosts\Federation\FederationSTSServiceHost.cs" />
|
33 | 29 | <Compile Remove="..\IISHostedWcfService\App_code\testhosts\Federation\ReturnX509SubjectNameOrRSAIssuerNameRegistry.cs" />
|
34 | 30 | <Compile Remove="..\IISHostedWcfService\App_code\testhosts\Federation\SelfHostSecurityTokenService.cs" />
|
35 |
| - <Compile Remove="..\IISHostedWcfService\App_code\testhosts\HttpsClientCertificateTestServiceHost.cs" /> |
36 |
| - <Compile Remove="..\IISHostedWcfService\App_code\testhosts\HttpsTransportSecurityMessageCredentialsCertTestServiceHost.cs" /> |
37 |
| - <Compile Remove="..\IISHostedWcfService\App_code\testhosts\HttpsTransportSecurityMessageCredentialsUsernameTestServiceHost.cs" /> |
38 |
| - <Compile Remove="..\IISHostedWcfService\App_code\testhosts\NetHttpsTestServiceHost.cs" /> |
39 |
| - <Compile Remove="..\IISHostedWcfService\App_code\testhosts\NetHttpTestServiceHost.cs" /> |
40 | 31 | <Compile Remove="..\IISHostedWcfService\App_code\testhosts\ReliableSessionDuplexTestServiceHost.cs" />
|
41 | 32 | <Compile Remove="..\IISHostedWcfService\App_code\testhosts\ReliableSessionOneWayTestServiceHost.cs" />
|
42 | 33 | <Compile Remove="..\IISHostedWcfService\App_code\testhosts\ReliableSessionTestServiceHost.cs" />
|
43 | 34 | <Compile Remove="..\IISHostedWcfService\App_code\testhosts\Saml2IssuedTokenTestServiceHost.cs" />
|
| 35 | + |
| 36 | + <Compile Remove="..\IISHostedWcfService\App_code\testhosts\HttpsTransportSecurityMessageCredentialsCertTestServiceHost.cs" /> |
| 37 | + <Compile Remove="..\IISHostedWcfService\App_code\testhosts\HttpsTransportSecurityMessageCredentialsUsernameTestServiceHost.cs" /> |
44 | 38 | <Compile Remove="..\IISHostedWcfService\App_code\testhosts\TcpDefaultResourceTestServiceHost.cs" />
|
45 | 39 | <Compile Remove="..\IISHostedWcfService\App_code\testhosts\TcpNoSecurityTestServiceHost.cs" />
|
46 |
| - <Compile Remove="..\IISHostedWcfService\App_code\testhosts\TcpSessionTestServiceHost.cs" /> |
47 | 40 | <Compile Remove="..\IISHostedWcfService\App_code\testhosts\TestHostWebServiceHost.cs" />
|
48 |
| - <Compile Remove="..\IISHostedWcfService\App_code\testhosts\WebSocketTestServiceHosts.cs" /> |
49 |
| - <Compile Remove="..\IISHostedWcfService\App_code\VerifyWebSockets.cs" /> |
50 |
| - <None Include="..\IISHostedWcfService\App_code\ISessionTests.cs" /> |
51 |
| - <None Include="..\IISHostedWcfService\App_code\IVerifyWebSockets.cs" /> |
52 |
| - <None Include="..\IISHostedWcfService\App_code\SessionTestsService.cs" /> |
53 |
| - <None Include="..\IISHostedWcfService\App_code\testhosts\DuplexTestServiceHosts.cs" /> |
| 41 | + |
54 | 42 | <None Include="..\IISHostedWcfService\App_code\testhosts\Federation\AcceptAnyUsernameSecurityTokenHandler.cs" />
|
55 | 43 | <None Include="..\IISHostedWcfService\App_code\testhosts\Federation\FederationSTSServiceHost.cs" />
|
56 | 44 | <None Include="..\IISHostedWcfService\App_code\testhosts\Federation\ReturnX509SubjectNameOrRSAIssuerNameRegistry.cs" />
|
57 | 45 | <None Include="..\IISHostedWcfService\App_code\testhosts\Federation\SelfHostSecurityTokenService.cs" />
|
58 |
| - <None Include="..\IISHostedWcfService\App_code\testhosts\HttpsClientCertificateTestServiceHost.cs" /> |
59 |
| - <None Include="..\IISHostedWcfService\App_code\testhosts\HttpsTransportSecurityMessageCredentialsCertTestServiceHost.cs" /> |
60 |
| - <None Include="..\IISHostedWcfService\App_code\testhosts\HttpsTransportSecurityMessageCredentialsUsernameTestServiceHost.cs" /> |
61 |
| - <None Include="..\IISHostedWcfService\App_code\testhosts\NetHttpsTestServiceHost.cs" /> |
62 |
| - <None Include="..\IISHostedWcfService\App_code\testhosts\NetHttpTestServiceHost.cs" /> |
63 | 46 | <None Include="..\IISHostedWcfService\App_code\testhosts\ReliableSessionDuplexTestServiceHost.cs" />
|
64 | 47 | <None Include="..\IISHostedWcfService\App_code\testhosts\ReliableSessionOneWayTestServiceHost.cs" />
|
65 | 48 | <None Include="..\IISHostedWcfService\App_code\testhosts\ReliableSessionTestServiceHost.cs" />
|
66 | 49 | <None Include="..\IISHostedWcfService\App_code\testhosts\Saml2IssuedTokenTestServiceHost.cs" />
|
| 50 | + |
| 51 | + <None Include="..\IISHostedWcfService\App_code\testhosts\HttpsTransportSecurityMessageCredentialsCertTestServiceHost.cs" /> |
| 52 | + <None Include="..\IISHostedWcfService\App_code\testhosts\HttpsTransportSecurityMessageCredentialsUsernameTestServiceHost.cs" /> |
67 | 53 | <None Include="..\IISHostedWcfService\App_code\testhosts\TcpDefaultResourceTestServiceHost.cs" />
|
68 | 54 | <None Include="..\IISHostedWcfService\App_code\testhosts\TcpNoSecurityTestServiceHost.cs" />
|
69 |
| - <None Include="..\IISHostedWcfService\App_code\testhosts\TcpSessionTestServiceHost.cs" /> |
70 | 55 | <None Include="..\IISHostedWcfService\App_code\testhosts\TestHostWebServiceHost.cs" />
|
71 |
| - <None Include="..\IISHostedWcfService\App_code\testhosts\WebSocketTestServiceHosts.cs" /> |
72 |
| - <None Include="..\IISHostedWcfService\App_code\VerifyWebSockets.cs" /> |
73 | 56 | </ItemGroup>
|
74 | 57 | <ItemGroup>
|
75 | 58 | <None Include="..\IISHostedWcfService\Web.config">
|
|
0 commit comments