File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
src/Blazor.Extensions.Logging Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk.Web " >
1
+ <Project Sdk =" Microsoft.NET.Sdk.Razor " >
2
2
3
3
<PropertyGroup >
4
4
<Title >Blazor Extensions Logging</Title >
5
5
<Description >Microsoft Extension Logging implementation for ASP.NET Core Blazor.</Description >
6
6
</PropertyGroup >
7
7
8
8
<PropertyGroup >
9
- <OutputType >Library</OutputType >
9
+ <TargetFramework >netstandard2.0</TargetFramework >
10
+ <IsPackable >true</IsPackable >
11
+ <RestoreAdditionalProjectSources >
12
+ https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json;
13
+ https://dotnet.myget.org/F/blazor-dev/api/v3/index.json;
14
+ </RestoreAdditionalProjectSources >
15
+ <LangVersion >7.3</LangVersion >
16
+ <RazorLangVersion >3.0</RazorLangVersion >
17
+ <AddRazorSupportForMvc >true</AddRazorSupportForMvc >
10
18
<TargetsForTfmSpecificBuildOutput >$(TargetsForTfmSpecificBuildOutput);IncludeP2POutput</TargetsForTfmSpecificBuildOutput >
11
19
</PropertyGroup >
12
20
13
21
<ItemGroup >
14
- <PackageReference Include =" Microsoft.AspNetCore.Blazor " Version =" 3.0.0-preview4-19216-03" />
22
+ <PackageReference Include =" Microsoft.AspNetCore.Components.Browser " Version =" 3.0.0-preview4-19216-03" />
15
23
<PackageReference Include =" Microsoft.Extensions.Logging" Version =" 3.0.0-preview4.19216.2" />
16
24
</ItemGroup >
17
25
You can’t perform that action at this time.
0 commit comments