Skip to content

Commit 8e1afee

Browse files
committed
Update to Blazor 0.7.0
1 parent 4d4c707 commit 8e1afee

File tree

4 files changed

+42
-42
lines changed

4 files changed

+42
-42
lines changed

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.6.0" />
17+
<PackageReference Include="Microsoft.AspNetCore.Blazor.Build" Version="0.7.0" />
1818
<WebpackInputs Include="**\*.ts" Exclude="dist\**;node_modules\**" />
1919
</ItemGroup>
2020

src/Blazor.Extensions.Logging.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.
Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
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>

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.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" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)