Skip to content

Commit

Permalink
2024-07-06.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkStega committed Jul 6, 2024
1 parent 37b8098 commit 5d40852
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
20 changes: 2 additions & 18 deletions ICEBG.Web.Burn/ICEBG.Web.Burn.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,13 @@

<PropertyGroup>
<UserSecretsId>ICEBG.Data.Server-9042ECD1-A92B-4B48-B0EA-E54F5A5A6F9A</UserSecretsId>
<WebProject_DirectoryAccessLevelKey>0</WebProject_DirectoryAccessLevelKey>

<!--<ContainerBaseImage>mcr.microsoft.com/dotnet/aspnet:8.0-rc1</ContainerBaseImage>-->
</PropertyGroup>

<ItemGroup>
<Compile Remove="Program_BURN.cs" />
<Compile Remove="Program_DS.cs" />
<Compile Remove="Program_UI.cs" />
</ItemGroup>

<ItemGroup>
<ContainerPort Include="8080" Type="tcp" />
</ItemGroup>

<ItemGroup>
<None Include="Program_BURN.cs" />
<None Include="Program_DS.cs" />
<None Include="Program_UI.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="CompressedStaticFiles.AspNet" Version="2.1.0" />
Expand All @@ -44,11 +31,8 @@
<ProjectReference Include="..\ICEBG.Client.Burn\ICEBG.Client.Burn.csproj" />
</ItemGroup>

<ItemGroup>
<Content Update="Pages\host.cshtml">
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</Content>
<ItemGroup Condition="'$(Configuration)'=='DevWebAssembly'">
<ProjectReference Include="..\ICEBG.Blazor\ICEBG.Blazor.csproj" />
</ItemGroup>

<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,6 @@ protected override async Task ExecuteAsync(CancellationToken stoppingToken)

// 2024-07-04 1135 - $4,737
// 2024-07-05 0707 - $4,770
// 2024-07-06 0745 - $5,450

#endregion

0 comments on commit 5d40852

Please sign in to comment.