Skip to content

Commit 59a7eab

Browse files
committed
fix
1 parent ba4e205 commit 59a7eab

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

File renamed without changes.

src/Templates/Boilerplate/Bit.Boilerplate/src/Tests/.runsettings

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
<!--<BROWSER>firefox</BROWSER>-->
1313

1414
<!-- You can override the configuration from appsettings.json for tests here. -->
15-
<ConnectionStrings__sqlite>Data Source=BoilerplateDb.db;Mode=Memory;Cache=Shared;</ConnectionStrings__sqlite>
1615
<Hangfire__UseIsolatedStorage>true</Hangfire__UseIsolatedStorage>
16+
<DOTNET_SYSTEM_GLOBALIZATION_INVARIANT>false</DOTNET_SYSTEM_GLOBALIZATION_INVARIANT>
17+
<ConnectionStrings__sqlite>Data Source=BoilerplateDb.db;Mode=Memory;Cache=Shared;</ConnectionStrings__sqlite>
1718
</EnvironmentVariables>
1819
</RunConfiguration>
1920

0 commit comments

Comments
 (0)