Skip to content

Commit

Permalink
Merge pull request #7 from jorystewart/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
jorystewart authored Jul 16, 2024
2 parents aa90c06 + 74b6d66 commit d9ac649
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ Trashman/bin/
Trashman/obj/
Trashman/out/
Trashman.Tests/
qodana.yaml
qodana.yaml
*/out/
*/obj/
1 change: 1 addition & 0 deletions Trashman/trashman.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<Platforms>AnyCPU</Platforms>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<TargetFramework>net8.0</TargetFramework>
<RuntimeIdentifiers>win-x64;linux-x64</RuntimeIdentifiers>
</PropertyGroup>

<PropertyGroup Condition="'$(OS)' == 'Windows_NT'">
Expand Down

0 comments on commit d9ac649

Please sign in to comment.