diff options
author | Rory& <root@rory.gay> | 2024-07-02 02:00:43 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-02 02:00:43 +0200 |
commit | cb038a49c417813bbb09f770e49aa28169a83710 (patch) | |
tree | f16944061c8ba7a8714607fd269875d71ea18e41 /MatrixUtils.Web/MatrixUtils.Web.csproj | |
parent | Some cleanup, update libs (diff) | |
download | MatrixUtils-cb038a49c417813bbb09f770e49aa28169a83710.tar.xz |
Authenticated media foundations HEAD github/main main
Diffstat (limited to 'MatrixUtils.Web/MatrixUtils.Web.csproj')
-rw-r--r-- | MatrixUtils.Web/MatrixUtils.Web.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MatrixUtils.Web/MatrixUtils.Web.csproj b/MatrixUtils.Web/MatrixUtils.Web.csproj index 8760e7a..eeb13ee 100644 --- a/MatrixUtils.Web/MatrixUtils.Web.csproj +++ b/MatrixUtils.Web/MatrixUtils.Web.csproj @@ -13,6 +13,10 @@ <ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest> <BlazorCacheBootResources>false</BlazorCacheBootResources> <!-- <RunAOTCompilation>true</RunAOTCompilation>--> + + + <BlazorEnableTimeZoneSupport>false</BlazorEnableTimeZoneSupport> + <InvariantGlobalization>true</InvariantGlobalization> </PropertyGroup> <ItemGroup> |