Skip to content

Commit 4d4c707

Browse files
Merge pull request #18 from galvesribeiro/master
Update to Blazor 0.6.0
2 parents 2d59b74 + 500c0a2 commit 4d4c707

File tree

6 files changed

+28
-52
lines changed

6 files changed

+28
-52
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.Logging.JS/Blazor.Extensions.Logging.JS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

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

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

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

src/Blazor.Extensions.Logging/Blazor.Extensions.Logging.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
<PackageReference Include="Microsoft.Extensions.Logging" Version="2.1.1" />
1616
</ItemGroup>
1717

test/Blazor.Extensions.Logging.Test/Blazor.Extensions.Logging.Test.csproj

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

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.AspNetCore.Blazor.Browser" Version="0.5.1" />
10-
<PackageReference Include="Microsoft.AspNetCore.Blazor.Build" Version="0.5.1" />
11-
<DotNetCliToolReference Include="Microsoft.AspNetCore.Blazor.Cli" Version="0.5.1" />
9+
<PackageReference Include="Microsoft.AspNetCore.Blazor.Browser" Version="0.6.0" />
10+
<PackageReference Include="Microsoft.AspNetCore.Blazor.Build" Version="0.6.0" />
11+
<DotNetCliToolReference Include="Microsoft.AspNetCore.Blazor.Cli" Version="0.6.0" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)