File tree Expand file tree Collapse file tree 3 files changed +12
-15
lines changed Expand file tree Collapse file tree 3 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Razor" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netstandard2.1 </TargetFramework >
4
+ <TargetFramework >netstandard2.0 </TargetFramework >
5
5
<RazorLangVersion >3.0</RazorLangVersion >
6
6
<LangVersion >7.3</LangVersion >
7
7
<AddRazorSupportForMvc >true</AddRazorSupportForMvc >
8
8
<PackageId >BlazorPrettyCode</PackageId >
9
- <Version >1.5.0 -alpha-03 </Version >
9
+ <Version >1.5.1 -alpha-01 </Version >
10
10
<Authors >Chanan Braunstein</Authors >
11
11
<Title >Blazor PrettyCode</Title >
12
12
<Description >Razor Code Display Component</Description >
15
15
</PropertyGroup >
16
16
17
17
<ItemGroup >
18
- <PackageReference Include =" BlazorStyled" Version =" 3.0.0 -alpha-05 " />
19
- <PackageReference Include =" Microsoft.AspNetCore.Components" Version =" 3.1.2 " />
20
- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 3.1.2 " />
18
+ <PackageReference Include =" BlazorStyled" Version =" 3.0.1 -alpha-01 " />
19
+ <PackageReference Include =" Microsoft.AspNetCore.Components" Version =" 3.1.4 " />
20
+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 3.1.4 " />
21
21
</ItemGroup >
22
22
23
23
<ItemGroup >
28
28
<EmbeddedResource Include =" content\**" Exclude =" **\*.js;**\*.css" LogicalName =" blazor:file:%(RecursiveDir)%(Filename)%(Extension)" />
29
29
</ItemGroup >
30
30
31
- <ItemGroup >
32
- <ProjectReference Include =" ..\..\..\BlazorStyled\src\BlazorStyled\BlazorStyled.csproj" />
33
- </ItemGroup >
31
+
34
32
35
33
</Project >
Original file line number Diff line number Diff line change 8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
11
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 3.2.0-preview4.20210.8" />
12
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Build" Version =" 3.2.0-preview4.20210.8" PrivateAssets =" all" />
13
- <PackageReference Include =" System.Net.Http.Json" Version =" 3.2.0-preview5.20210.3" />
14
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 3.2.0-preview4.20210.8" PrivateAssets =" all" />
11
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 3.2.0" />
12
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Build" Version =" 3.2.0" PrivateAssets =" all" />
13
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 3.2.0" PrivateAssets =" all" />
15
14
</ItemGroup >
16
15
17
16
<ItemGroup >
Original file line number Diff line number Diff line change 6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" BlazorTypography" Version =" 1.5.0-alpha-03 " />
10
- <PackageReference Include =" Microsoft.AspNetCore.Components" Version =" 3.1.2 " />
11
- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 3.1.2 " />
9
+ <PackageReference Include =" BlazorTypography" Version =" 1.5.0" />
10
+ <PackageReference Include =" Microsoft.AspNetCore.Components" Version =" 3.1.4 " />
11
+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 3.1.4 " />
12
12
</ItemGroup >
13
13
14
14
<ItemGroup >
You can’t perform that action at this time.
0 commit comments