Skip to content

Commit

Permalink
Fixed build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nkosi23 committed Dec 11, 2024
1 parent 0ab195f commit bf0972c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
3 changes: 1 addition & 2 deletions src/LinqTests/LinqTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

<ItemGroup>
<ProjectReference Include="..\FSharpTypes\FSharpTypes.fsproj" />
<ProjectReference Include="..\LinqTestsTypes\LinqTestsTypes.csproj" />
<ProjectReference Include="..\Marten\Marten.csproj" />
<ProjectReference Include="..\Marten.Testing.OtherAssembly\Marten.Testing.OtherAssembly.csproj" />
<ProjectReference Include="..\Marten.Testing.ThirdAssembly\Marten.Testing.ThirdAssembly.csproj" />
Expand All @@ -17,7 +16,7 @@
<PackageReference Include="FSharp.SystemTextJson" Version="1.3.13" />
<PackageReference Include="Jil" Version="3.0.0-alpha2" />
<PackageReference Include="Lamar" Version="14.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down
6 changes: 6 additions & 0 deletions src/LinqTestsTypes/LinqTestsTypes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<Compile Include="..\Marten.Testing\Documents\Target.cs">
<Link>Target.cs</Link>
</Compile>
</ItemGroup>

<ItemGroup>
<PackageReference Include="FSharp.Core" Version="9.0.100" />
<PackageReference Include="JasperFx.Core" Version="1.9.0" />
Expand Down
File renamed without changes.
12 changes: 6 additions & 6 deletions src/Marten.sln
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventAppenderPerfTester", "
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StressTests", "StressTests\StressTests.csproj", "{C9D33381-3AD3-4005-B854-F04F10EA837F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LinqTestsTypes", "LinqTestsTypes\LinqTestsTypes.csproj", "{0E4B7C9D-07D8-4F3D-8A42-C369B8D6ED84}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LinqTestsTypes", "LinqTestsTypes\LinqTestsTypes.csproj", "{2B5A28C6-2369-4554-B131-C42907E8BA83}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -261,10 +261,10 @@ Global
{C9D33381-3AD3-4005-B854-F04F10EA837F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9D33381-3AD3-4005-B854-F04F10EA837F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9D33381-3AD3-4005-B854-F04F10EA837F}.Release|Any CPU.Build.0 = Release|Any CPU
{0E4B7C9D-07D8-4F3D-8A42-C369B8D6ED84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E4B7C9D-07D8-4F3D-8A42-C369B8D6ED84}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E4B7C9D-07D8-4F3D-8A42-C369B8D6ED84}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E4B7C9D-07D8-4F3D-8A42-C369B8D6ED84}.Release|Any CPU.Build.0 = Release|Any CPU
{2B5A28C6-2369-4554-B131-C42907E8BA83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B5A28C6-2369-4554-B131-C42907E8BA83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B5A28C6-2369-4554-B131-C42907E8BA83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B5A28C6-2369-4554-B131-C42907E8BA83}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -304,7 +304,7 @@ Global
{29E06861-11C7-4917-BA91-162D15538029} = {91D87D73-EC07-4067-8A64-26A2E4F6BC83}
{C9D33381-3AD3-4005-B854-F04F10EA837F} = {91D87D73-EC07-4067-8A64-26A2E4F6BC83}
{B1F935FC-55DC-418B-A5DC-6049A5C06871} = {91D87D73-EC07-4067-8A64-26A2E4F6BC83}
{0E4B7C9D-07D8-4F3D-8A42-C369B8D6ED84} = {91D87D73-EC07-4067-8A64-26A2E4F6BC83}
{2B5A28C6-2369-4554-B131-C42907E8BA83} = {91D87D73-EC07-4067-8A64-26A2E4F6BC83}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {52B7158F-0A24-47D9-9CF7-3FA94170041A}
Expand Down

0 comments on commit bf0972c

Please sign in to comment.