File tree Expand file tree Collapse file tree 4 files changed +42
-42
lines changed
Blazor.Extensions.Logging.JS
Blazor.Extensions.Logging
test/Blazor.Extensions.Logging.Test Expand file tree Collapse file tree 4 files changed +42
-42
lines changed 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 =" 0.6 .0" />
17
+ <PackageReference Include =" Microsoft.AspNetCore.Blazor.Build" Version =" 0.7 .0" />
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" >
2
-
3
- <PropertyGroup >
4
- <Title >Blazor Extensions Logging</Title >
5
- <Description >Microsoft Extension Logging implementation for ASP.NET Core Blazor.</Description >
6
- </PropertyGroup >
7
-
8
- <PropertyGroup >
9
- <OutputType >Library</OutputType >
10
- <TargetsForTfmSpecificBuildOutput >$(TargetsForTfmSpecificBuildOutput);IncludeP2POutput</TargetsForTfmSpecificBuildOutput >
11
- </PropertyGroup >
12
-
13
- <ItemGroup >
14
- <PackageReference Include =" Microsoft.AspNetCore.Blazor.Browser" Version =" 0.6 .0" />
15
- <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.1.1" />
16
- </ItemGroup >
17
-
18
- <ItemGroup >
19
- <ProjectReference Include =" ..\Blazor.Extensions.Logging.JS\Blazor.Extensions.Logging.JS.csproj" PrivateAssets =" All" />
20
- </ItemGroup >
21
-
22
- <Target Name =" IncludeP2POutput" >
23
- <ItemGroup >
24
- <BuildOutputInPackage Include =" $(OutputPath)Blazor.Extensions.Logging.JS.dll" />
25
- </ItemGroup >
26
- </Target >
27
- </Project >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <PropertyGroup >
4
+ <Title >Blazor Extensions Logging</Title >
5
+ <Description >Microsoft Extension Logging implementation for ASP.NET Core Blazor.</Description >
6
+ </PropertyGroup >
7
+
8
+ <PropertyGroup >
9
+ <OutputType >Library</OutputType >
10
+ <TargetsForTfmSpecificBuildOutput >$(TargetsForTfmSpecificBuildOutput);IncludeP2POutput</TargetsForTfmSpecificBuildOutput >
11
+ </PropertyGroup >
12
+
13
+ <ItemGroup >
14
+ <PackageReference Include =" Microsoft.AspNetCore.Blazor.Browser" Version =" 0.7 .0" />
15
+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.1.1" />
16
+ </ItemGroup >
17
+
18
+ <ItemGroup >
19
+ <ProjectReference Include =" ..\Blazor.Extensions.Logging.JS\Blazor.Extensions.Logging.JS.csproj" PrivateAssets =" All" />
20
+ </ItemGroup >
21
+
22
+ <Target Name =" IncludeP2POutput" >
23
+ <ItemGroup >
24
+ <BuildOutputInPackage Include =" $(OutputPath)Blazor.Extensions.Logging.JS.dll" />
25
+ </ItemGroup >
26
+ </Target >
27
+ </Project >
Original file line number Diff line number Diff line change 6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
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" />
9
+ <PackageReference Include =" Microsoft.AspNetCore.Blazor.Browser" Version =" 0.7 .0" />
10
+ <PackageReference Include =" Microsoft.AspNetCore.Blazor.Build" Version =" 0.7 .0" />
11
+ <DotNetCliToolReference Include =" Microsoft.AspNetCore.Blazor.Cli" Version =" 0.7 .0" />
12
12
</ItemGroup >
13
13
14
14
<ItemGroup >
You can’t perform that action at this time.
0 commit comments