File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Blazor.Extensions.Logging.JS
Blazor.Extensions.Logging
test/Blazor.Extensions.Logging.Test Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 8
8
- task : DotNetCoreInstaller@0
9
9
inputs :
10
10
packageType : ' sdk'
11
- version : 3.0.100-preview9-014004
11
+ version : 3.0.100
12
12
13
13
- task : Npm@1
14
14
inputs :
Original file line number Diff line number Diff line change 8
8
- task : DotNetCoreInstaller@0
9
9
inputs :
10
10
packageType : ' sdk'
11
- version : 3.0.100-preview9-014004
11
+ version : 3.0.100
12
12
13
13
- task : Npm@1
14
14
inputs :
Original file line number Diff line number Diff line change 31
31
<!-- Versioning properties -->
32
32
<PropertyGroup >
33
33
<VersionPrefix Condition =" '$(VersionPrefix)'=='' " >3.0.0</VersionPrefix >
34
- <VersionSuffix Condition =" '$(VersionSuffix)'=='' " >preview9-1 </VersionSuffix >
34
+ <VersionSuffix Condition =" '$(VersionSuffix)'=='' " >2 </VersionSuffix >
35
35
</PropertyGroup >
36
36
37
37
<Choose >
Original file line number Diff line number Diff line change 14
14
</PropertyGroup >
15
15
16
16
<ItemGroup >
17
- <PackageReference Include =" Microsoft.AspNetCore.Blazor.Build" Version =" 3.0.0-preview9.19424.4 " PrivateAssets =" all" />
17
+ <PackageReference Include =" Microsoft.AspNetCore.Blazor.Build" Version =" 3.0.0-preview9.19465.2 " PrivateAssets =" all" />
18
18
<WebpackInputs Include =" **\*.ts" Exclude =" dist\**;node_modules\**" />
19
19
</ItemGroup >
20
20
Original file line number Diff line number Diff line change 15
15
</PropertyGroup >
16
16
17
17
<ItemGroup >
18
- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 3.0.0-preview9.19424.4 " />
19
- <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 3.0.0-preview9.19423.4 " />
18
+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 3.0.0" />
19
+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 3.0.0" />
20
20
<PackageReference Include =" Newtonsoft.Json" Version =" 12.0.2" />
21
21
</ItemGroup >
22
22
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.AspNetCore.Blazor" Version =" 3.0.0-preview9.19424.4 " />
11
- <PackageReference Include =" Microsoft.AspNetCore.Blazor.Build" Version =" 3.0.0-preview9.19424.4 " PrivateAssets =" all" />
12
- <PackageReference Include =" Microsoft.AspNetCore.Blazor.DevServer" Version =" 3.0.0-preview9.19424.4 " PrivateAssets =" all" />
13
- <PackageReference Include =" Microsoft.AspNetCore.Blazor.HttpClient" Version =" 3.0.0-preview9.19424.4 " />
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" />
13
+ <PackageReference Include =" Microsoft.AspNetCore.Blazor.HttpClient" Version =" 3.0.0-preview9.19465.2 " />
14
14
</ItemGroup >
15
15
16
16
<ItemGroup >
You can’t perform that action at this time.
0 commit comments