Skip to content

Commit 2b87b92

Browse files
committed
More Cleanup
1 parent 613bc53 commit 2b87b92

File tree

7 files changed

+32
-30
lines changed

7 files changed

+32
-30
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "2.1.300"
3+
"version": "2.1.302"
44
}
55
}

src/Blazor.Extensions.Logging.JS/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/Blazor.Extensions.Logging.JS/Blazor.Extensions.Logging.JS.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netstandard2.0</TargetFramework>
54
<OutputType>Library</OutputType>
65
<IsPackable>false</IsPackable>
76
<BlazorLinkOnBuild>false</BlazorLinkOnBuild>
8-
<LangVersion>latest</LangVersion>
97
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
108
<TypeScriptToolsVersion>Latest</TypeScriptToolsVersion>
119
<DefaultItemExcludes>${DefaultItemExcludes};dist\**;node_modules\**</DefaultItemExcludes>
@@ -16,16 +14,10 @@
1614
</PropertyGroup>
1715

1816
<ItemGroup>
19-
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="2.1.1" />
2017
<PackageReference Include="Microsoft.AspNetCore.Blazor.Build" Version="0.5.1" />
2118
<WebpackInputs Include="**\*.ts" Exclude="dist\**;node_modules\**" />
2219
</ItemGroup>
2320

24-
<ItemGroup>
25-
<WebpackInputs Remove="src\LogObject.ts" />
26-
<WebpackInputs Remove="src\LogObjectType.ts" />
27-
</ItemGroup>
28-
2921
<Target Name="EnsureNpmRestored" Condition="!Exists('node_modules')">
3022
<Message Importance="high" Text="Restoring dependencies using 'npm'. This may take several minutes..." />
3123
<Exec Command="npm install" />

src/Blazor.Extensions.Logging.JS/package-lock.json

Lines changed: 30 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Blazor.Extensions.Logging/Blazor.Extensions.Logging.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<PropertyGroup>
9-
<OutputType>library</OutputType>
9+
<OutputType>Library</OutputType>
1010
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);IncludeP2POutput</TargetsForTfmSpecificBuildOutput>
1111
</PropertyGroup>
1212

test/Blazor.Extensions.Logging.Test/Blazor.Extensions.Logging.Test.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>netstandard2.0</TargetFramework>
54
<RunCommand>dotnet</RunCommand>
65
<RunArguments>blazor serve</RunArguments>
7-
<LangVersion>latest</LangVersion>
86
</PropertyGroup>
97

108
<ItemGroup>

test/Blazor.Extensions.Logging.Test/global.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)