Skip to content

Commit

Permalink
Merge pull request #33 from egvijayanand/working
Browse files Browse the repository at this point in the history
Updated project dependencies
  • Loading branch information
egvijayanand authored Nov 3, 2023
2 parents 75f9532 + 0ef9564 commit 6706878
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
6 changes: 1 addition & 5 deletions src/BlazorApp/BlazorApp.Wasm/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@ public static async Task Main(string[] args)

host.Services.AddHttpClient(Constants.DataStore.GitHub, client =>
{
// GitHub Raw URLs not working
//client.BaseAddress = new Uri("https://raw.githubusercontent.com/weeklyxamarin/WeeklyXamarin.content/master/content/");
// Since everything is JSON file content, making use of the direct URLs
client.BaseAddress = new Uri("https://github.com/weeklyxamarin/WeeklyXamarin.content/blob/master/content/");
client.DefaultRequestHeaders.Add("Access-Control-Allow-Origin", "*");
client.BaseAddress = new Uri("https://raw.githubusercontent.com/weeklyxamarin/WeeklyXamarin.content/master/content/");
});

await host.Build().RunAsync();
Expand Down
8 changes: 4 additions & 4 deletions src/BlazorApp/BlazorApp/BlazorApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@

<PackageReference Include="Blazored.LocalStorage" Version="4.2.0" />
<PackageReference Include="Blazored.Modal" Version="6.0.1" />
<PackageReference Include="CommunityToolkit.Maui" Version="5.3.*" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.*" />
<PackageReference Include="CommunityToolkit.Maui" Version="6.*" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.*" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="8.0.0-*" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0-*" />
<PackageReference Include="PInvoke.User32" Version="0.7.124" />
<PackageReference Include="VijayAnand.FontAwesome" Version="2.3.0" />
<PackageReference Include="VijayAnand.MauiToolkit" Version="3.0.0-* />
<PackageReference Include="VijayAnand.FontAwesome" Version="2.*" />
<PackageReference Include="VijayAnand.MauiToolkit" Version="3.0.0-*" />
</ItemGroup>

<!--<PropertyGroup>
Expand Down

0 comments on commit 6706878

Please sign in to comment.