-
Notifications
You must be signed in to change notification settings - Fork 0
/
WitchHunt.csproj
22 lines (19 loc) · 944 Bytes
/
WitchHunt.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<LangVersion>8</LangVersion>
<Version>1.0.4.0</Version>
<Description>A byte pattern matching library which uses the GreyMagic style of patterns.</Description>
<PackageProjectUrl>https://github.com/nt153133/WitchHunt</PackageProjectUrl>
<PackageReleaseNotes>Small memory optimization</PackageReleaseNotes>
<RepositoryUrl>https://github.com/nt153133/WitchHunt</RepositoryUrl>
<AssemblyVersion>1.0.4.0</AssemblyVersion>
<FileVersion></FileVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.333">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>