Skip to content

Commit

Permalink
tests to net6
Browse files Browse the repository at this point in the history
  • Loading branch information
askuznetsov committed Apr 8, 2024
1 parent 373fcc9 commit ce2ca64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net45;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net45;netcoreapp3.1;net6.0</TargetFrameworks>
<RootNamespace>Kontur.RetryableAssertions.Tests</RootNamespace>
<AssemblyName>Kontur.RetryableAssertions.Tests</AssemblyName>
</PropertyGroup>
Expand Down

0 comments on commit ce2ca64

Please sign in to comment.