We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b37324f commit c7889adCopy full SHA for c7889ad
4 files changed
Asn1Parser/Asn1Parser.csproj
@@ -1,6 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<TargetFrameworks>netstandard2.0;net472</TargetFrameworks>
4
+ <LangVersion>latest</LangVersion>
5
<Title>High-performance and robust .NET ASN.1 DER parser</Title>
6
<Version>1.2.9</Version>
7
<Authors>Vadims Podans, PKI Solutions Inc.</Authors>
0 commit comments