File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
Blazor.Extensions.Logging.JS
Blazor.Extensions.Logging
test/Blazor.Extensions.Logging.Test Expand file tree Collapse file tree 6 files changed +11
-11
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-preview6-012264 '
11
+ version : 3.0.100-preview7-012821
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-preview6-012264 '
11
+ version : 3.0.100-preview7-012821
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)'=='' " >preview6 </VersionSuffix >
34
+ <VersionSuffix Condition =" '$(VersionSuffix)'=='' " >preview7 </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-preview6.19307.2 " PrivateAssets =" all" />
17
+ <PackageReference Include =" Microsoft.AspNetCore.Blazor.Build" Version =" 3.0.0-preview7.19365.7 " 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 1
- <Project Sdk =" Microsoft.NET.Sdk.Razor" >
1
+ <Project Sdk =" Microsoft.NET.Sdk.Razor" >
2
2
3
3
<PropertyGroup >
4
4
<Title >Blazor Extensions Logging</Title >
15
15
</PropertyGroup >
16
16
17
17
<ItemGroup >
18
- <PackageReference Include =" Microsoft.AspNetCore.Components.Browser" Version =" 3.0.0-preview6.19307.2 " />
19
- <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 3.0.0-preview6.19304.6 " />
18
+ <PackageReference Include =" Microsoft.AspNetCore.Components.Browser" Version =" 3.0.0-preview7.19365.7 " />
19
+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 3.0.0-preview7.19362.4 " />
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 1
- <Project Sdk =" Microsoft.NET.Sdk.Web" >
1
+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.AspNetCore.Blazor" Version =" 3.0.0-preview6.19307.2 " />
11
- <PackageReference Include =" Microsoft.AspNetCore.Blazor.Build" Version =" 3.0.0-preview6.19307.2 " PrivateAssets =" all" />
12
- <PackageReference Include =" Microsoft.AspNetCore.Blazor.DevServer" Version =" 3.0.0-preview6.19307.2 " PrivateAssets =" all" />
10
+ <PackageReference Include =" Microsoft.AspNetCore.Blazor" Version =" 3.0.0-preview7.19365.7 " />
11
+ <PackageReference Include =" Microsoft.AspNetCore.Blazor.Build" Version =" 3.0.0-preview7.19365.7 " PrivateAssets =" all" />
12
+ <PackageReference Include =" Microsoft.AspNetCore.Blazor.DevServer" Version =" 3.0.0-preview7.19365.7 " PrivateAssets =" all" />
13
13
</ItemGroup >
14
14
15
15
<ItemGroup >
You can’t perform that action at this time.
0 commit comments