File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
TeamTools.Linter.CommandLine Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Build .NET lib
55
66on :
77 push :
8- branches : ["main "]
8+ branches : ["develop "]
99 pull_request :
1010 branches : ["main"]
1111 workflow_dispatch :
Original file line number Diff line number Diff line change 2525 <!-- Later framework version contain the System.Text.Encoding.CodePages library.
2626 Also newer versions lead to unexpected troubles in runtime.
2727 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'" />
28+ <PackageReference Include =" System.Text.Encoding.CodePages" Version =" 7.0.0" Condition =" $(targetFramework)=='netcoreapp3.1'" />
2929 <ProjectReference Include =" ..\TeamTools.TSQL.Common\TeamTools.Common.Linting.csproj" />
3030 </ItemGroup >
3131
You can’t perform that action at this time.
0 commit comments