Skip to content

Commit

Permalink
update netstandard 2.0 to net6.0 (#5029)
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Jamrozik authored Dec 30, 2022
1 parent cf23fe2 commit 3ef08e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<BuildOutputTargetFolder>analyzers/dotnet/cs/</BuildOutputTargetFolder>
<VersionPrefix>0.1.1</VersionPrefix>
<LangVersion>8</LangVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<IsPackable>false</IsPackable>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 3ef08e8

Please sign in to comment.