Skip to content

Commit

Permalink
.Net 7.0.100
Browse files Browse the repository at this point in the history
  • Loading branch information
Webreaper committed Nov 8, 2022
1 parent 4d678d8 commit ba7332f
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Setup Dotnet Environment
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.100-rc.1.22431.12'
dotnet-version: '7.0.100'

- name: Install WASM-Tools
run: dotnet workload install wasm-tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/damselfly-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Setup Dotnet Environment
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.100-rc.2.22477.23'
dotnet-version: '7.0.100'

- name: Install WASM-Tools
run: dotnet workload install wasm-tools
Expand Down
14 changes: 7 additions & 7 deletions Damselfly.Shared.Utils/Damselfly.Shared.Utils.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
</PropertyGroup>

<ItemGroup>
<SupportedPlatform Include="browser"/>
<SupportedPlatform Include="browser" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Humanizer" Version="2.14.1"/>
<PackageReference Include="Microsoft.AspNetCore.SignalR.Core" Version="1.1.0"/>
<PackageReference Include="Syncfusion.Blazor.Maps" Version="19.4.0.55"/>
<PackageReference Include="Humanizer" Version="2.14.1" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Core" Version="1.1.0" />
<PackageReference Include="Syncfusion.Blazor.Maps" Version="20.3.0.52" />
</ItemGroup>
<ItemGroup>
<None Remove="Microsoft.AspNetCore.SignalR.Common"/>
<None Remove="Microsoft.AspNetCore.SignalR.Client"/>
<None Remove="Microsoft.AspNetCore.SignalR.Core"/>
<None Remove="Microsoft.AspNetCore.SignalR.Common" />
<None Remove="Microsoft.AspNetCore.SignalR.Client" />
<None Remove="Microsoft.AspNetCore.SignalR.Core" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Damselfly.Shared.Utils/SyncfusionLicence.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ public static class SyncfusionLicence
public static void RegisterSyncfusionLicence()
{
SyncfusionLicenseProvider.RegisterLicense(
"NTUxMzEwQDMxMzkyZTM0MmUzMGFRSFpzQUhjdUE2M2V4S1BmYSs5bk13dkpGbkhvam5Wb1VRbGVURkRsOHM9");
"NjE0NjkyQDMyMzAyZTMxMmUzMG0rVVJObG52UWJCYXhoVm12eXRRVFVXcHN3RHJFdDRFa01Gc3RhZHUwZmM9");
}
}
2 changes: 1 addition & 1 deletion Damselfly.Web.Client/Damselfly.Web.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PackageReference Include="Humanizer" Version="2.14.1" />
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="2.2.0" />
<PackageReference Include="Serilog.Sinks.BrowserConsole" Version="1.0.0" />
<PackageReference Include="Syncfusion.Blazor.Maps" Version="19.4.0.55" />
<PackageReference Include="Syncfusion.Blazor.Maps" Version="20.3.0.52" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="7.0.0-rc.2.22476.2" />
<PackageReference Include="Serilog" Version="2.12.0" />
<PackageReference Include="Blazored.LocalStorage" Version="4.2.0" />
Expand Down
4 changes: 2 additions & 2 deletions Damselfly.Web.Client/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ public class Program
{
public static async Task Main(string[] args)
{
SyncfusionLicence.RegisterSyncfusionLicence();

var builder = WebAssemblyHostBuilder.CreateDefault(args);

var levelSwitch = new LoggingLevelSwitch();
Expand Down Expand Up @@ -60,8 +62,6 @@ public static async Task Main(string[] args)

builder.Services.AddDamselflyUIServices();

SyncfusionLicence.RegisterSyncfusionLicence();

levelSwitch.MinimumLevel = LogEventLevel.Warning;

var app = builder.Build();
Expand Down
2 changes: 1 addition & 1 deletion Damselfly.Web.Server/Damselfly.Web.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Syncfusion.Blazor.Maps" Version="19.4.0.56" />
<PackageReference Include="Syncfusion.Blazor.Maps" Version="20.3.0.52" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Damselfly.Web/Damselfly.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="7.0.0-rc.2.22476.2" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.0-rc.2.22476.2" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="7.0.0-rc.2.22476.2" />
<PackageReference Include="Syncfusion.Blazor.Maps" Version="19.4.0.56" />
<PackageReference Include="Syncfusion.Blazor.Maps" Version="20.3.0.52" />
<PackageReference Include="Microsoft.AspNetCore.Components.QuickGrid" Version="0.1.0-alpha.22351.1" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit ba7332f

Please sign in to comment.