Skip to content

Commit

Permalink
Revert accidental bumping of target framework
Browse files Browse the repository at this point in the history
  • Loading branch information
ullebe1 committed Feb 9, 2023
1 parent 6eb7278 commit 80e7258
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/LEGO.AsyncAPI.Tests/LEGO.AsyncAPI.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>

<IsPackable>false</IsPackable>

<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 80e7258

Please sign in to comment.