Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/PublicApiGenerator/PublicApiGenerator.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
Expand All @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="Mono.Cecil" Version="0.11.6" />
<PackageReference Include="System.CodeDom" Version="9.0.1" />
<PackageReference Include="System.CodeDom" Version="6.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
7 changes: 0 additions & 7 deletions src/PublicApiGeneratorTests/PublicApiGeneratorTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<WarningsNotAsErrors>$(WarningsNotAsErrors);VSSpell001</WarningsNotAsErrors>
<IsPackable>false</IsPackable>
<!--
System.CodeDom 8.0.0 doesn't support netcoreapp3.1 and has not been tested with it.
Consider upgrading your TargetFramework to net6.0 or later. You may also set
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings> in the project
file to ignore this warning and attempt to run in this unsupported configuration at your own risk.
-->
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
</PropertyGroup>

<ItemGroup>
Expand Down
Loading