Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
0xF6 committed Jun 12, 2024
1 parent 7ebf6b2 commit a71b5bf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
2 changes: 2 additions & 0 deletions registry.sln.DotSettings
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:Boolean x:Key="/Default/UserDictionary/Words/=firestore/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
23 changes: 11 additions & 12 deletions src/core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,27 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AspNetCore.Firebase.Authentication" Version="2.0.1" />
<PackageReference Include="Auth0.AspNetCore.Authentication" Version="1.4.0" />
<PackageReference Include="AutoMapper" Version="12.0.1" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
<PackageReference Include="CommonMark.NET" Version="0.15.1" />
<PackageReference Include="FirebaseAdmin" Version="2.4.0" />
<PackageReference Include="Flurl.Http" Version="4.0.0" />
<PackageReference Include="Fody" Version="6.8.0">
<PackageReference Include="FirebaseAdmin" Version="3.0.0" />
<PackageReference Include="Flurl.Http" Version="4.0.2" />
<PackageReference Include="Flurl.Http.Newtonsoft" Version="0.9.1" />
<PackageReference Include="Fody" Version="6.8.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Google.Cloud.Firestore" Version="3.4.0" />
<PackageReference Include="Google.Cloud.Storage.V1" Version="3.7.0" />
<PackageReference Include="Markdig" Version="0.34.0" />
<PackageReference Include="Google.Cloud.Firestore" Version="3.7.0" />
<PackageReference Include="Google.Cloud.Storage.V1" Version="4.10.0" />
<PackageReference Include="Markdig" Version="0.37.0" />
<PackageReference Include="MethodDecorator.Fody" Version="1.1.1" />
<PackageReference Include="MethodTimer.Fody" Version="3.2.2" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.6" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.20.1" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Sentry.AspNetCore" Version="3.41.3" />
<PackageReference Include="Sentry.AspNetCore" Version="4.7.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\vein-lang\lib\projectsystem\vein.project.csproj" />
Expand Down

0 comments on commit a71b5bf

Please sign in to comment.