11 lines
214 B
XML
11 lines
214 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Asn1" Version="1.0.9" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|