forked from dotnet/runtime-assets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
System.Security.Cryptography.X509Certificates.TestData.nuspec
37 lines (35 loc) · 2.96 KB
/
System.Security.Cryptography.X509Certificates.TestData.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
<metadata minClientVersion="2.8.1">
<id>System.Security.Cryptography.X509Certificates.TestData</id>
<version>1.0.1-prerelease</version>
<title>Test data for System.Security.Cryptography.X509Certificates tests</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<licenseUrl>http://go.microsoft.com/fwlink/?LinkId=329770</licenseUrl>
<projectUrl>http://go.microsoft.com/fwlink/?LinkId=529047</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>This package provides test data that is used during the execution of the System.Security.Cryptography.X509Certificates tests.</description>
<summary>Provides test data used during the execution of the System.Security.Cryptography.X509Certificates tests.</summary>
<copyright>Copyright © Microsoft Corporation</copyright>
<tags>System Security Cryptography X509Certificates TestData</tags>
</metadata>
<files>
<file src="System.Security.Cryptography.X509Certificates.TestData\certchain.p7b" target="content\TestData\certchain.p7b" />
<file src="System.Security.Cryptography.X509Certificates.TestData\certchain.p7c" target="content\TestData\certchain.p7c" />
<file src="System.Security.Cryptography.X509Certificates.TestData\DummyTcpServer.pfx" target="content\TestData\DummyTcpServer.pfx" />
<file src="System.Security.Cryptography.X509Certificates.TestData\empty.p7b" target="content\TestData\empty.p7b" />
<file src="System.Security.Cryptography.X509Certificates.TestData\empty.p7c" target="content\TestData\empty.p7c" />
<file src="System.Security.Cryptography.X509Certificates.TestData\microsoft.cer" target="content\TestData\microsoft.cer" />
<file src="System.Security.Cryptography.X509Certificates.TestData\MS.cer" target="content\TestData\MS.cer" />
<file src="System.Security.Cryptography.X509Certificates.TestData\MS.pem" target="content\TestData\MS.pem" />
<file src="System.Security.Cryptography.X509Certificates.TestData\My.cer" target="content\TestData\My.cer" />
<file src="System.Security.Cryptography.X509Certificates.TestData\My.pfx" target="content\TestData\My.pfx" />
<file src="System.Security.Cryptography.X509Certificates.TestData\singlecert.p7b" target="content\TestData\singlecert.p7b" />
<file src="System.Security.Cryptography.X509Certificates.TestData\singlecert.p7c" target="content\TestData\singlecert.p7c" />
<file src="System.Security.Cryptography.X509Certificates.TestData\test.cer" target="content\TestData\test.cer" />
<file src="System.Security.Cryptography.X509Certificates.TestData\test.pfx" target="content\TestData\test.pfx" />
<file src="System.Security.Cryptography.X509Certificates.TestData\Windows6.1-KB3004361-x64.msu" target="content\TestData\Windows6.1-KB3004361-x64.msu" />
</files>
</package>