File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ namespace elm_fullstack
14
14
{
15
15
public class Program
16
16
{
17
- static public string AppVersionId => "2021-06-05 " ;
17
+ static public string AppVersionId => "2021-06-16 " ;
18
18
19
19
static int AdminInterfaceDefaultPort => 4000 ;
20
20
Original file line number Diff line number Diff line change 5
5
<TargetFramework >netcoreapp3.1</TargetFramework >
6
6
<RootNamespace >elm_fullstack</RootNamespace >
7
7
<AssemblyName >elm-fs</AssemblyName >
8
- <AssemblyVersion >2021.0605 .0.0</AssemblyVersion >
9
- <FileVersion >2021.0605 .0.0</FileVersion >
8
+ <AssemblyVersion >2021.0616 .0.0</AssemblyVersion >
9
+ <FileVersion >2021.0616 .0.0</FileVersion >
10
10
</PropertyGroup >
11
11
12
12
<ItemGroup >
13
13
<FrameworkReference Include =" Microsoft.AspNetCore.App" />
14
14
</ItemGroup >
15
15
16
+ <ItemGroup >
17
+ <RuntimeHostConfigurationOption Include =" System.Globalization.Invariant" Value =" true" />
18
+ </ItemGroup >
19
+
16
20
<PropertyGroup >
17
21
<IncludeSymbolsInSingleFile >true</IncludeSymbolsInSingleFile >
18
22
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments