Skip to content

Commit 40c4f86

Browse files
Update to Blazor 0.6.0 (#11)
1 parent 501bc38 commit 40c4f86

File tree

6 files changed

+17
-22
lines changed

6 files changed

+17
-22
lines changed

.vsts-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ steps:
2727
- task: NuGetCommand@2
2828
inputs:
2929
command: push
30-
packagesToPush: '$(build.artifactStagingDirectory)/*.nupkg'
30+
packagesToPush: '$(build.ArtifactStagingDirectory)/**/*.nupkg;!$(build.ArtifactStagingDirectory)/**/*.symbols.nupkg'
3131
publishFeedCredentials: 'BlazorExtensions'
3232
nuGetFeedType: external
3333
versioningScheme: byEnvVar

global.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/Blazor.Extensions.Storage.JS/Blazor.Extensions.Storage.JS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Microsoft.AspNetCore.Blazor.Build" Version="0.5.1" />
19+
<PackageReference Include="Microsoft.AspNetCore.Blazor.Build" Version="0.6.0" />
2020
<WebpackInputs Include="**\*.ts" Exclude="dist\**;node_modules\**" />
2121
</ItemGroup>
2222

src/Blazor.Extensions.Storage.JS/package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Blazor.Extensions.Storage/Blazor.Extensions.Storage.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.AspNetCore.Blazor.Browser" Version="0.5.1" />
14+
<PackageReference Include="Microsoft.AspNetCore.Blazor.Browser" Version="0.6.0" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

test/Blazor.Extensions.Storage.Test/Blazor.Extensions.Storage.Test.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
<ItemGroup>
99
<PackageReference Include="Blazor.Extensions.Logging" Version="0.1.8" />
10-
<PackageReference Include="Microsoft.AspNetCore.Blazor.Browser" Version="0.5.1" />
11-
<PackageReference Include="Microsoft.AspNetCore.Blazor.Build" Version="0.5.1" />
12-
<DotNetCliToolReference Include="Microsoft.AspNetCore.Blazor.Cli" Version="0.5.1" />
10+
<PackageReference Include="Microsoft.AspNetCore.Blazor.Browser" Version="0.6.0" />
11+
<PackageReference Include="Microsoft.AspNetCore.Blazor.Build" Version="0.6.0" />
12+
<DotNetCliToolReference Include="Microsoft.AspNetCore.Blazor.Cli" Version="0.6.0" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

0 commit comments

Comments
 (0)