Skip to content

Commit

Permalink
Fixed missing DonutCore nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
cobbr committed Apr 22, 2021
1 parent c531556 commit 5decc3c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix Download task exception on unexpected output
- Fix credential tracking missing some credentials
- Fix credential tracking missing Kerberos tickets
- Fixed missing DonutCore nuget package

## [v0.6] - 2020-08-04
### Added
Expand Down
8 changes: 7 additions & 1 deletion Covenant/Covenant.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<DockerComposeProjectPath>..\docker-compose.dcproj</DockerComposeProjectPath>
<Configurations>Release;Debug</Configurations>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down Expand Up @@ -52,7 +53,6 @@
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.1.4" />
<PackageReference Include="System.Security.Principal.Windows" Version="4.7.0" />
<PackageReference Include="DonutCore" Version="1.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down Expand Up @@ -82,5 +82,11 @@
<Reference Include="dnlib">
<HintPath>refs\dnlib.dll</HintPath>
</Reference>
<Reference Include="PeNet">
<HintPath>refs\PeNet.dll</HintPath>
</Reference>
<Reference Include="Donut">
<HintPath>refs\Donut.dll</HintPath>
</Reference>
</ItemGroup>
</Project>
Binary file added Covenant/refs/Donut.dll
Binary file not shown.
Binary file added Covenant/refs/PeNet.dll
Binary file not shown.

0 comments on commit 5decc3c

Please sign in to comment.