Skip to content

Commit 39b3920

Browse files
committed
Renew test certificate
1 parent 5df8986 commit 39b3920

8 files changed

Lines changed: 10 additions & 7 deletions

test/MsgPack.UnitTest.BclExtensions.WinRT/MsgPack.UnitTest.BclExtensions.WinRT.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,16 @@
1515
<PackageCertificateKeyFile>MsgPack.UnitTest.BclExtensions.WinRT_TemporaryKey.pfx</PackageCertificateKeyFile>
1616
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
1717
<RestorePackages>true</RestorePackages>
18-
<PackageCertificateThumbprint>34322AD6CF171CC843FCCE936CB6B9B616B961E1</PackageCertificateThumbprint>
18+
<PackageCertificateThumbprint>AA68CFB533B03B5B4FAD8AE85A404BD5936CB7C7</PackageCertificateThumbprint>
1919
<TargetPlatformVersion>8.1</TargetPlatformVersion>
2020
<MinimumVisualStudioVersion>12</MinimumVisualStudioVersion>
2121
<TargetFrameworkVersion />
2222
<AppxBundle>Never</AppxBundle>
2323
</PropertyGroup>
2424
<Import Project="..\..\MsgPack.Common.props" />
2525
<PropertyGroup>
26-
<DocumentationFile></DocumentationFile>
26+
<DocumentationFile>
27+
</DocumentationFile>
2728
<DefineConstants>$(DefineConstants);NETFX_CORE;NETSTANDARD1_1;FEATURE_TAP;MSTEST</DefineConstants>
2829
<NoWarn>;2008</NoWarn>
2930
</PropertyGroup>
Binary file not shown.

test/MsgPack.UnitTest.Uwp.Aot/MsgPack.UnitTest.Uwp.Aot.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1515
<PackageCertificateKeyFile>MsgPack.UnitTest.Uwp.Aot_TemporaryKey.pfx</PackageCertificateKeyFile>
1616
<UnitTestPlatformVersion Condition="'$(UnitTestPlatformVersion)' == ''">14.0</UnitTestPlatformVersion>
17-
<PackageCertificateThumbprint>C125CA52683091C62F7746FF9A159E44B2A18673</PackageCertificateThumbprint>
17+
<PackageCertificateThumbprint>880646284800F8F3356B8C7E3E734562D8BB304F</PackageCertificateThumbprint>
1818
</PropertyGroup>
1919
<Import Project="..\..\MsgPack.Common.props" />
2020
<PropertyGroup>
Binary file not shown.

test/MsgPack.UnitTest.Uwp/MsgPack.UnitTest.Uwp.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@
1414
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1515
<PackageCertificateKeyFile>MsgPack.UnitTest.Uwp_TemporaryKey.pfx</PackageCertificateKeyFile>
1616
<UnitTestPlatformVersion Condition="'$(UnitTestPlatformVersion)' == ''">14.0</UnitTestPlatformVersion>
17-
<PackageCertificateThumbprint>0CEFF2E3DC6DD3A7245B2FB641B6DE056C5A79D9</PackageCertificateThumbprint>
17+
<PackageCertificateThumbprint>807856C98966D121CA69C33F7D6475CF03AA8633</PackageCertificateThumbprint>
1818
</PropertyGroup>
1919
<Import Project="..\..\MsgPack.Common.props" />
2020
<PropertyGroup>
21-
<DocumentationFile></DocumentationFile>
21+
<DocumentationFile>
22+
</DocumentationFile>
2223
<DefineConstants>$(DefineConstants);NETFX_CORE;WINDOWS_UWP;NETSTANDARD1_3;FEATURE_TAP</DefineConstants>
2324
<NoWarn>;2008</NoWarn>
2425
<SignAssembly>false</SignAssembly>
0 Bytes
Binary file not shown.

test/MsgPack.UnitTest.WinRT/MsgPack.UnitTest.WinRT.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@
1111
<FileAlignment>512</FileAlignment>
1212
<ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1313
<PackageCertificateKeyFile>MsgPack.UnitTest.WinRT_TemporaryKey.pfx</PackageCertificateKeyFile>
14-
<PackageCertificateThumbprint>A411E1A11B99FF48CFDEDA3098F7F4D0FB6D746D</PackageCertificateThumbprint>
14+
<PackageCertificateThumbprint>DEBDFCC31BC8F851996AD84C394EA999CA3ED9D1</PackageCertificateThumbprint>
1515
<TargetPlatformVersion>8.1</TargetPlatformVersion>
1616
<MinimumVisualStudioVersion>12</MinimumVisualStudioVersion>
1717
<TargetFrameworkVersion />
1818
<AppxBundle>Never</AppxBundle>
1919
</PropertyGroup>
2020
<Import Project="..\..\MsgPack.Common.props" />
2121
<PropertyGroup>
22-
<DocumentationFile></DocumentationFile>
22+
<DocumentationFile>
23+
</DocumentationFile>
2324
<DefineConstants>$(DefineConstants);NETFX_CORE;NETSTANDARD1_1;FEATURE_TAP;MSTEST</DefineConstants>
2425
<NoWarn>;2008</NoWarn>
2526
</PropertyGroup>
Binary file not shown.

0 commit comments

Comments
 (0)