Skip to content

Commit

Permalink
Attempt to use workaround elsewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
riperiperi committed Nov 30, 2022
1 parent 0c020b8 commit 1221df5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions TSOClient/FSO.Server.Api/FSO.Server.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
</NuGetPackageImportStamp>
<Use64BitIISExpress />
<WebGreaseLibPath>..\packages\WebGrease.1.5.2\lib</WebGreaseLibPath>
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
1 change: 1 addition & 0 deletions TSOClient/FSO.Server.Core/FSO.Server.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<TargetFramework>netcoreapp2.2</TargetFramework>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<RuntimeIdentifiers>win-x64;linux-x64</RuntimeIdentifiers>
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 1221df5

Please sign in to comment.