Skip to content

Commit d3b73ac

Browse files
committed
Build
1 parent f84c23e commit d3b73ac

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.DS_Store

0 Bytes
Binary file not shown.

Damselfly.Web.Client/Damselfly.Web.Client.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
<ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest>
88
<RunAOTCompilation>false</RunAOTCompilation>
9-
<CompressionEnabled>false</CompressionEnabled>
109
<InvariantGlobalization>false</InvariantGlobalization>
1110
<CurrentDate>$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmmss`))</CurrentDate>
1211
</PropertyGroup>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const CACHE_VERSION='4.2.3-20250509075621'
1+
const CACHE_VERSION='4.2.3-20250509080051'

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<TargetFramework>net9.0</TargetFramework>
66
<NoWarn>CS8603;CS8604;CS8618;IL2121</NoWarn>
77
<LangVersion>latest</LangVersion>
8+
<CompressionEnabled>false</CompressionEnabled>
89
<InvariantGlobalization>true</InvariantGlobalization>
910
</PropertyGroup>
1011
</Project>

0 commit comments

Comments
 (0)