Skip to content

Commit

Permalink
Test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
xinchen10 committed Nov 21, 2022
1 parent a6cc25b commit bded11d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion test/Test.Microsoft.Amqp.Uwp/Test.Microsoft.Amqp.Uwp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<PackageCertificateKeyFile>Test.Microsoft.Amqp.Uwp_TemporaryKey.pfx</PackageCertificateKeyFile>
<UnitTestPlatformVersion Condition="'$(UnitTestPlatformVersion)' == ''">$(VisualStudioVersion)</UnitTestPlatformVersion>
<PackageCertificateThumbprint>60D7A6A0991E00A1F87E2C3F025CEDD8C392E19E</PackageCertificateThumbprint>
<PackageCertificateThumbprint>22DF0B0DC9B4225C6BE95503A5A6EAA300219AB2</PackageCertificateThumbprint>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion test/Test.Microsoft.Amqp/Test.Microsoft.Amqp.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net452</TargetFrameworks>
<TargetFrameworks>net472</TargetFrameworks>
<AssemblyName>Test.Microsoft.Amqp</AssemblyName>
</PropertyGroup>

Expand Down

0 comments on commit bded11d

Please sign in to comment.