File tree Expand file tree Collapse file tree 9 files changed +12
-26
lines changed Expand file tree Collapse file tree 9 files changed +12
-26
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.BlazorWebAssembly" >
2
-
3
- <PropertyGroup >
2
+ <PropertyGroup >
4
3
<TargetFramework >net5.0</TargetFramework >
5
4
<LangVersion >latest</LangVersion >
6
5
<Nullable >enable</Nullable >
15
14
<PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 5.0.0" PrivateAssets =" all" />
16
15
<PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 5.0.0" />
17
16
<PackageReference Include =" Pluralize.NET" Version =" 1.0.2" />
18
- <PackageReference Include =" Stl.Fusion.Blazor" Version =" 0.7.18 " />
17
+ <PackageReference Include =" Stl.Fusion.Blazor" Version =" 0.7.26 " />
19
18
<PackageReference Include =" UAParser" Version =" 3.1.44" />
20
19
</ItemGroup >
21
20
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
- <PropertyGroup >
3
+ <PropertyGroup >
4
4
<OutputType >Library</OutputType >
5
5
<TargetFramework >net5.0</TargetFramework >
6
6
<LangVersion >latest</LangVersion >
12
12
<ItemGroup >
13
13
<PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 5.0.0" />
14
14
<PackageReference Include =" System.Drawing.Common" Version =" 5.0.0" />
15
- <PackageReference Include =" Stl.Fusion.Client" Version =" 0.7.18 " />
15
+ <PackageReference Include =" Stl.Fusion.Client" Version =" 0.7.26 " />
16
16
</ItemGroup >
17
17
18
18
</Project >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project Sdk =" Microsoft.NET.Sdk.Web" >
1
+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
3
2
<PropertyGroup >
4
3
<TargetFramework >net5.0</TargetFramework >
5
4
<LangVersion >latest</LangVersion >
15
14
<PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 5.0.0" />
16
15
<PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 5.0.0" />
17
16
<PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 5.0.0" />
18
- <PackageReference Include =" Stl.Fusion.Server" Version =" 0.7.18 " />
17
+ <PackageReference Include =" Stl.Fusion.Server" Version =" 0.7.26 " />
19
18
<PackageReference Include =" Swashbuckle.AspNetCore" Version =" 5.6.3" />
20
19
<PackageReference Include =" System.Drawing.Common" Version =" 5.0.0" />
21
20
</ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
-
3
2
<PropertyGroup >
4
3
<OutputType >Exe</OutputType >
5
4
<TargetFramework >net5.0</TargetFramework >
13
12
<ProjectReference Include =" ..\Common\Common.csproj" />
14
13
<ProjectReference Include =" ..\Server\Server.csproj" />
15
14
</ItemGroup >
16
-
17
15
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
-
3
2
<PropertyGroup >
4
3
<TargetFramework >net5.0</TargetFramework >
5
4
<LangVersion >latest</LangVersion >
11
10
<ItemGroup >
12
11
<PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 5.0.0" />
13
12
<PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 5.0.0" />
14
- <PackageReference Include =" Stl.Fusion.Client" Version =" 0.7.18 " />
13
+ <PackageReference Include =" Stl.Fusion.Client" Version =" 0.7.26 " />
15
14
</ItemGroup >
16
-
17
15
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
-
3
2
<PropertyGroup >
4
3
<TargetFramework >net5.0</TargetFramework >
5
4
<AssemblyName >Samples.Caching.Server</AssemblyName >
16
15
<PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 5.0.0" />
17
16
<PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 5.0.0" />
18
17
<PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 5.0.0" />
19
- <PackageReference Include =" Stl.Fusion.Server" Version =" 0.7.18 " />
18
+ <PackageReference Include =" Stl.Fusion.Server" Version =" 0.7.26 " />
20
19
<PackageReference Include =" Swashbuckle.AspNetCore" Version =" 5.6.3" />
21
20
<PackageReference Include =" System.Drawing.Common" Version =" 5.0.0" />
22
21
</ItemGroup >
31
30
<CopyToPublishDirectory >Never</CopyToPublishDirectory >
32
31
</Content >
33
32
</ItemGroup >
34
-
35
33
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
-
3
2
<PropertyGroup >
4
3
<TargetFramework >net5.0</TargetFramework >
5
4
<AssemblyName >Samples.HelloBlazorServer</AssemblyName >
9
8
10
9
<ItemGroup >
11
10
<PackageReference Include =" Pluralize.NET" Version =" 1.0.2" />
12
- <PackageReference Include =" Stl.Fusion.Blazor" Version =" 0.7.18 " />
13
- <PackageReference Include =" Stl.Fusion.Server" Version =" 0.7.18 " />
11
+ <PackageReference Include =" Stl.Fusion.Blazor" Version =" 0.7.26 " />
12
+ <PackageReference Include =" Stl.Fusion.Server" Version =" 0.7.26 " />
14
13
</ItemGroup >
15
14
16
15
<ItemGroup >
17
16
<_ContentIncludedByDefault Remove =" wwwroot\css\bootstrap\bootstrap.min.css" />
18
17
<_ContentIncludedByDefault Remove =" wwwroot\css\bootstrap\bootstrap.min.css.map" />
19
18
</ItemGroup >
20
-
21
19
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
-
3
2
<PropertyGroup >
4
3
<OutputType >Exe</OutputType >
5
4
<TargetFramework >net5.0</TargetFramework >
10
9
</PropertyGroup >
11
10
12
11
<ItemGroup >
13
- <PackageReference Include =" Stl.Fusion" Version =" 0.7.18 " />
12
+ <PackageReference Include =" Stl.Fusion" Version =" 0.7.26 " />
14
13
</ItemGroup >
15
-
16
14
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
-
3
2
<PropertyGroup >
4
3
<TargetFramework >net5.0</TargetFramework >
5
4
<LangVersion >latest</LangVersion >
10
9
11
10
<ItemGroup >
12
11
<PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 5.0.0" />
13
- <PackageReference Include =" Stl.Fusion" Version =" 0.7.18 " />
12
+ <PackageReference Include =" Stl.Fusion" Version =" 0.7.26 " />
14
13
</ItemGroup >
15
-
16
14
</Project >
You can’t perform that action at this time.
0 commit comments