File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4343 <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' " >
4444 <FrameworkReference Include =" Microsoft.AspNetCore.App" />
4545 </ItemGroup >
46- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.1' Or'$(TargetFramework)' == 'netstandard2.0' Or '$(TargetFramework)' == 'net48' " >
46+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.1' Or '$(TargetFramework)' == 'netstandard2.0' Or '$(TargetFramework)' == 'net48' " >
4747 <PackageReference Include =" Microsoft.AspNetCore.Http.Extensions" Version =" 2.2.0" />
4848 </ItemGroup >
4949 <ItemGroup >
5050 <None Include =" ..\..\images\icon.png" Pack =" true" Visible =" false" PackagePath =" " />
51- <None Include =" CHANGELOG.md" Pack =" true" PackagePath =" \ " />
52- <None Include =" ..\..\LICENSE.txt" Pack =" true" PackagePath =" \ " />
51+ <None Include =" CHANGELOG.md" Pack =" true" PackagePath =" " />
52+ <None Include =" ..\..\LICENSE.txt" Pack =" true" PackagePath =" " />
5353 </ItemGroup >
54- </Project >
54+ </Project >
You can’t perform that action at this time.
0 commit comments