We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f459d1 commit f5db404Copy full SHA for f5db404
3 files changed
.gitignore
@@ -6,3 +6,4 @@ TestResult.formatted.xml
6
*.orig
7
.directory
8
packages/*/
9
+.vs/
CSF-Software-OSS.snk
596 Bytes
CSF.Validation/CSF.Validation.csproj
@@ -11,6 +11,8 @@
11
<AssemblyName>CSF.Validation</AssemblyName>
12
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13
<ReleaseVersion>1.0.0</ReleaseVersion>
14
+ <SignAssembly>true</SignAssembly>
15
+ <AssemblyOriginatorKeyFile>..\CSF-Software-OSS.snk</AssemblyOriginatorKeyFile>
16
</PropertyGroup>
17
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18
<DebugSymbols>true</DebugSymbols>
0 commit comments