Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
feast107 committed Dec 27, 2024
1 parent 4558889 commit f06d2cc
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 27 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "extern/CodeAnalysis"]
path = extern/CodeAnalysis
url = https://github.com/feast107/CodeAnalysis.git
[submodule "extern/IL"]
path = extern/IL
url = https://github.com/Antelcat/IL.git
1 change: 0 additions & 1 deletion extern/CodeAnalysis
Submodule CodeAnalysis deleted from 376e5d
2 changes: 1 addition & 1 deletion extern/IL
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,13 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Feast.CodeAnalysis" Version="0.3.1" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.6.0"/>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.6.0"/>
<PackageReference Include="PolySharp" Version="1.13.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference OutputItemType="Analyzer" ReferenceOutputAssembly="false" Include="..\..\extern\CodeAnalysis\src\Feast.CodeAnalysis.SourceGenerators\Feast.CodeAnalysis.SourceGenerators.csproj"/>
</ItemGroup>

<Import Project="..\Antelcat.ClaimSerialization.Shared\Antelcat.ClaimSerialization.Shared.projitems" Label="Shared"/>
Expand Down
14 changes: 0 additions & 14 deletions src/Antelcat.ClaimSerialization.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Antelcat.ClaimSerialization
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Extern", "Extern", "{30C60FDF-F02F-45CF-88B0-1CDDF8596483}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Feast.CodeAnalysis.SourceGenerators", "..\extern\CodeAnalysis\src\Feast.CodeAnalysis.SourceGenerators\Feast.CodeAnalysis.SourceGenerators.csproj", "{7184E740-24E8-4DB5-8484-A81B55DF4BB7}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Antelcat.ClaimSerialization.Shared", "Antelcat.ClaimSerialization.Shared\Antelcat.ClaimSerialization.Shared.shproj", "{A5E305BF-C775-48F9-8A19-8B4D84F90983}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Antelcat.ClaimSerialization", "Antelcat.ClaimSerialization\Antelcat.ClaimSerialization.csproj", "{3A766E62-AC05-4F91-ADE7-8356C750EF52}"
Expand All @@ -23,8 +21,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "__", "__", "{E2C896D1-7BBD-
..\Icon.png = ..\Icon.png
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Feast.CodeAnalysis.LiteralGenerator", "..\extern\CodeAnalysis\src\Feast.CodeAnalysis.LiteralGenerator\Feast.CodeAnalysis.LiteralGenerator.csproj", "{A81EC26E-7A38-42B4-96CD-1B005BB40AB5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Antelcat.ClaimSerialization.Tests.Runtime", "Antelcat.ClaimSerialization.Tests.Runtime\Antelcat.ClaimSerialization.Tests.Runtime.csproj", "{09C48496-D93E-4C1F-BE59-FAA226206B19}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Antelcat.IL", "..\extern\IL\src\Antelcat.IL\Antelcat.IL.csproj", "{1F3D864A-F3E5-48D9-85E0-FF1D6E9E77D9}"
Expand All @@ -47,18 +43,10 @@ Global
{9EB7ACD8-EE7D-424F-93C9-76131C4A4C07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EB7ACD8-EE7D-424F-93C9-76131C4A4C07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EB7ACD8-EE7D-424F-93C9-76131C4A4C07}.Release|Any CPU.Build.0 = Release|Any CPU
{7184E740-24E8-4DB5-8484-A81B55DF4BB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7184E740-24E8-4DB5-8484-A81B55DF4BB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7184E740-24E8-4DB5-8484-A81B55DF4BB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7184E740-24E8-4DB5-8484-A81B55DF4BB7}.Release|Any CPU.Build.0 = Release|Any CPU
{3A766E62-AC05-4F91-ADE7-8356C750EF52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A766E62-AC05-4F91-ADE7-8356C750EF52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A766E62-AC05-4F91-ADE7-8356C750EF52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A766E62-AC05-4F91-ADE7-8356C750EF52}.Release|Any CPU.Build.0 = Release|Any CPU
{A81EC26E-7A38-42B4-96CD-1B005BB40AB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A81EC26E-7A38-42B4-96CD-1B005BB40AB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A81EC26E-7A38-42B4-96CD-1B005BB40AB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A81EC26E-7A38-42B4-96CD-1B005BB40AB5}.Release|Any CPU.Build.0 = Release|Any CPU
{09C48496-D93E-4C1F-BE59-FAA226206B19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09C48496-D93E-4C1F-BE59-FAA226206B19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09C48496-D93E-4C1F-BE59-FAA226206B19}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -72,8 +60,6 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7184E740-24E8-4DB5-8484-A81B55DF4BB7} = {30C60FDF-F02F-45CF-88B0-1CDDF8596483}
{A81EC26E-7A38-42B4-96CD-1B005BB40AB5} = {30C60FDF-F02F-45CF-88B0-1CDDF8596483}
{1F3D864A-F3E5-48D9-85E0-FF1D6E9E77D9} = {30C60FDF-F02F-45CF-88B0-1CDDF8596483}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
Expand Down

0 comments on commit f06d2cc

Please sign in to comment.