Skip to content

Commit

Permalink
Upgrade test sites and test it.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakamoto committed Jun 11, 2020
1 parent 55da4bc commit 434774b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Tests/Client/SampleSite.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="3.2.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="3.1.3" />
<PackageReference Include="System.Net.Http.Json" Version="3.2.0" />
<PackageReference Include="Toolbelt.Blazor.I18nText" Version="9.0.1.1" />
<PackageReference Include="Toolbelt.Blazor.I18nText" Version="9.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Tests/Components/SampleSite.Components.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.3" />
<PackageReference Include="System.Net.Http.Json" Version="3.2.0" />
<PackageReference Include="Toolbelt.Blazor.I18nText" Version="9.0.1.1" />
<PackageReference Include="Lib4PackRef" Version="9.0.0.3" />
<PackageReference Include="Toolbelt.Blazor.I18nText" Version="9.1.0" />
<PackageReference Include="Lib4PackRef" Version="9.1.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Tests/Lib4PackRef/Lib4PackRef.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<RazorLangVersion>3.0</RazorLangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageOutputPath>..\_dist\</PackageOutputPath>
<Version>9.0.0.3</Version>
<Version>9.1.0.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.3" />
<PackageReference Include="Toolbelt.Blazor.I18nText" Version="9.0.1.1" />
<PackageReference Include="Toolbelt.Blazor.I18nText" Version="9.1.0" />
</ItemGroup>
<ItemGroup>
<Content Remove="i18ntext\Text.en.csv" />
Expand Down
4 changes: 2 additions & 2 deletions Tests/Lib4ProjRef/Lib4ProjRef.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<TargetFramework>netstandard2.1</TargetFramework>
<RazorLangVersion>3.0</RazorLangVersion>
<I18nTextFallBackLanguage>ja</I18nTextFallBackLanguage>
<Version>9.0.0.3</Version>
<Version>9.1.0.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.3" />
<PackageReference Include="Toolbelt.Blazor.I18nText" Version="9.0.1.1" />
<PackageReference Include="Toolbelt.Blazor.I18nText" Version="9.1.0" />
</ItemGroup>
<ItemGroup>
<Content Remove="i18ntext\Text.en.csv" />
Expand Down
2 changes: 1 addition & 1 deletion Tests/Server/SampleSite.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Toolbelt.Blazor.I18nText" Version="9.0.1.1" />
<PackageReference Include="Toolbelt.Blazor.I18nText" Version="9.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 1 addition & 2 deletions Tests/nuget.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="I18nText - Release" value="..\Toolbelt.Blazor.I18nText\bin\Release" />
<add key="I18nText - Debug" value="..\Toolbelt.Blazor.I18nText\bin\Debug" />
<add key="I18nText" value="..\_dist" />
<add key="Lib" value="_dist" />
</packageSources>
</configuration>

0 comments on commit 434774b

Please sign in to comment.