Skip to content

Commit 3d89fa1

Browse files
Add Signing Assembly
1 parent d8901b3 commit 3d89fa1

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

Src/AsyncAwaitBestPractices.MVVM/AsyncAwaitBestPractices.MVVM.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<LangVersion>8.0</LangVersion>
66
<Nullable>enable</Nullable>
77
<ProduceReferenceAssembly>True</ProduceReferenceAssembly>
8+
<SignAssembly>true</SignAssembly>
9+
<AssemblyOriginatorKeyFile>AsyncAwaitBestPracticesMVVM.snk</AssemblyOriginatorKeyFile>
810
</PropertyGroup>
911
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
1012
<DebugSymbols>true</DebugSymbols>
596 Bytes
Binary file not shown.

Src/AsyncAwaitBestPractices/AsyncAwaitBestPractices.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<LangVersion>8.0</LangVersion>
66
<Nullable>enable</Nullable>
77
<ProduceReferenceAssembly>True</ProduceReferenceAssembly>
8+
<SignAssembly>true</SignAssembly>
9+
<AssemblyOriginatorKeyFile>AsyncAwaitBestPractices.snk</AssemblyOriginatorKeyFile>
810
</PropertyGroup>
911
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
1012
<DebugSymbols>true</DebugSymbols>
596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)