Skip to content

Commit d4ec273

Browse files
committed
Suppor Blazor 3.1.0-preview1
1 parent ac22d9b commit d4ec273

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- name: Setup .NET Core
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: 3.0.100
18+
dotnet-version: 3.1.100-preview1-014459
1919
- name: Build
2020
run: dotnet build --configuration Release

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup .NET Core
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: 3.0.100
18+
dotnet-version: 3.1.100-preview1-014459
1919
- name: Build
2020
run: dotnet build --configuration Release
2121
- name: Pack

src/Blazor.Extensions.WebUSB/Blazor.Extensions.WebUSB.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
1717
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);IncludeP2POutput</TargetsForTfmSpecificBuildOutput>
1818
<PackageId>Blazor.Extensions.WebUSB</PackageId>
19-
<PackageVersion>1.0.0</PackageVersion>
19+
<PackageVersion>1.1.0-preview1</PackageVersion>
2020
</PropertyGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.0.0" />
23+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.0-preview1.19508.20" />
2424
</ItemGroup>
2525

2626
<ItemGroup>

test/Blazor.Extensions.WebUSB.Test/Blazor.Extensions.WebUSB.Test.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.Blazor" Version="3.0.0-preview9.19465.2" />
11-
<PackageReference Include="Microsoft.AspNetCore.Blazor.Build" Version="3.0.0-preview9.19465.2" PrivateAssets="all" />
12-
<PackageReference Include="Microsoft.AspNetCore.Blazor.DevServer" Version="3.0.0-preview9.19465.2" PrivateAssets="all" />
10+
<PackageReference Include="Microsoft.AspNetCore.Blazor" Version="3.1.0-preview1.19508.20" />
11+
<PackageReference Include="Microsoft.AspNetCore.Blazor.Build" Version="3.1.0-preview1.19508.20" PrivateAssets="all" />
12+
<PackageReference Include="Microsoft.AspNetCore.Blazor.DevServer" Version="3.1.0-preview1.19508.20" PrivateAssets="all" />
1313
<PackageReference Include="Blazor.Extensions.Logging" Version="1.0.0" />
1414
</ItemGroup>
1515

0 commit comments

Comments
 (0)