We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 132e934 commit 6caa35fCopy full SHA for 6caa35f
TeamTools.Linter.CommandLine/TeamTools.Linter.CommandLine.csproj
@@ -25,7 +25,7 @@
25
<!-- Later framework version contain the System.Text.Encoding.CodePages library.
26
Also newer versions lead to unexpected troubles in runtime.
27
Thus including it for netstandard2.0 only and with very old version number. -->
28
- <PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0" PrivateAssets="All" Condition="$(targetFramework)=='netcoreapp3.1'" />
+ <PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0" Condition="$(targetFramework)=='netcoreapp3.1'" />
29
<ProjectReference Include="..\TeamTools.TSQL.Common\TeamTools.Common.Linting.csproj" />
30
</ItemGroup>
31
0 commit comments