Skip to content

Commit

Permalink
chore: stash
Browse files Browse the repository at this point in the history
  • Loading branch information
BinToss committed Mar 21, 2022
1 parent 5cdae47 commit 371d78a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/HXE.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="pinvoke.kernel32" Version="0.7.104" />
<PackageReference Include="PInvoke.Kernel32" Version="0.7.104" />
</ItemGroup>
<ItemGroup Condition="$(TargetFramework.Contains('net4'))">
<Reference Include="System.Net.Http" />
Expand Down
8 changes: 8 additions & 0 deletions src/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"profiles": {
"HXE": {
"commandName": "Project",
"commandLineArgs": "--config"
}
}
}

0 comments on commit 371d78a

Please sign in to comment.