Skip to content

Commit

Permalink
fix pack (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleLittleCloud authored Sep 15, 2024
1 parent 063462b commit b020445
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/StepWise.WebUI/StepWise.WebUI.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<Project Sdk="Microsoft.Build.NoTargets/3.7.56">

<Import Project="$(RepoRoot)/nuget/nuget-package.props" />
<PropertyGroup>
<AssemblyName>LittleLittleCloud.StepWise.WebUI</AssemblyName>
<TargetFramework>netstandard2.0</TargetFramework>
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
<IncludeSymbols>false</IncludeSymbols>
<ImplicitUsings>enable</ImplicitUsings>
<DebugType>None</DebugType>
<DebugSymbols>false</DebugSymbols>
<ContentTargetFolders>contentFiles</ContentTargetFolders>
Expand All @@ -15,8 +14,6 @@
<WwwrootExists>False</WwwrootExists>
</PropertyGroup>

<Import Project="$(RepoRoot)/nuget/nuget-package.props" />

<ItemGroup>
<Content Include="$(RepoRoot)\stepwise-studio\out\**\*">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand Down

0 comments on commit b020445

Please sign in to comment.