Lagt till registry nycklarna i en fil kallad Schannel_high_withclient.reg under …
…mappen Registry, dessa behövs för att få TLS1.2 aktiverat på windows maskinen.
Showing
2 changed files
with
3 additions
and
0 deletions
... | @@ -52,6 +52,9 @@ | ... | @@ -52,6 +52,9 @@ |
52 | <Compile Include="LoadTestPlugins.cs" /> | 52 | <Compile Include="LoadTestPlugins.cs" /> |
53 | <Compile Include="Properties\AssemblyInfo.cs" /> | 53 | <Compile Include="Properties\AssemblyInfo.cs" /> |
54 | </ItemGroup> | 54 | </ItemGroup> |
55 | <ItemGroup> | ||
56 | <None Include="Registry\Schannel_high_withclient.reg" /> | ||
57 | </ItemGroup> | ||
55 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | 58 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
56 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | 59 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
57 | Other similar extension points exist, see Microsoft.Common.targets. | 60 | Other similar extension points exist, see Microsoft.Common.targets. | ... | ... |
No preview for this file type
-
Please register or sign in to post a comment