Skip to content

Commit

Permalink
Globally remove compilerconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stsrki committed Mar 18, 2024
1 parent 7a797f9 commit d9c7929
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Build/Blazorise.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
<SupportedPlatform Include="browser" />
</ItemGroup>

<ItemGroup>
<Content Remove="compilerconfig.json" />
<None Include="compilerconfig.json" />
</ItemGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
<DefineConstants>$(DefineConstants);NET6_0</DefineConstants>
</PropertyGroup>
Expand Down

0 comments on commit d9c7929

Please sign in to comment.