We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef620e8 commit 48a2121Copy full SHA for 48a2121
.gitignore
@@ -9,7 +9,7 @@
9
*.user
10
*.userosscache
11
*.sln.docstates
12
-
+!*.pfx
13
# User-specific files (MonoDevelop/Xamarin Studio)
14
*.userprefs
15
Tests/UnitTests/UnitTests.csproj
@@ -20,4 +20,13 @@
20
</Reference>
21
</ItemGroup>
22
23
+ <ItemGroup>
24
+ <None Update="client.pfx">
25
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
26
+ </None>
27
+ <None Update="server.pfx">
28
29
30
+ </ItemGroup>
31
+
32
</Project>
0 commit comments