We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7b6a2 commit 6230344Copy full SHA for 6230344
1 file changed
src/CommonLib/SharpHoundCommonLib.csproj
@@ -3,13 +3,13 @@
3
<TargetFramework>net462</TargetFramework>
4
<OutputType>library</OutputType>
5
<PackageId>SharpHoundCommon</PackageId>
6
- <LangVersion>9</LangVersion>
+ <LangVersion>11</LangVersion>
7
<Authors>Rohan Vazarkar</Authors>
8
<Company>SpecterOps</Company>
9
<PackageDescription>Common library for C# BloodHound enumeration tasks</PackageDescription>
10
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
11
<RepositoryUrl>https://github.com/BloodHoundAD/SharpHoundCommon</RepositoryUrl>
12
- <Version>3.1.8</Version>
+ <Version>3.2.0rc1</Version>
13
<AssemblyName>SharpHoundCommonLib</AssemblyName>
14
<RootNamespace>SharpHoundCommonLib</RootNamespace>
15
</PropertyGroup>
0 commit comments