Skip to content

Commit

Permalink
Temporary tests for URI comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
fubar-coder committed Nov 29, 2021
1 parent 1b7ed02 commit 20e2b10
Show file tree
Hide file tree
Showing 2 changed files with 479 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
<NoWarn>NU1701;$(NoWarn)</NoWarn>
</PropertyGroup>
<Import Project="../../Global.props" />
Expand Down
Loading

0 comments on commit 20e2b10

Please sign in to comment.