Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek-galezowski committed Apr 23, 2024
1 parent eb250d8 commit cb47e68
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 2 additions & 0 deletions src/netstandard2.0/Any.v3.ncrunchsolution
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<SolutionConfiguration>
<Settings>
<AllowParallelTestExecution>True</AllowParallelTestExecution>
<EnableRDI>True</EnableRDI>
<RdiConfigured>True</RdiConfigured>
<SolutionConfigured>True</SolutionConfigured>
</Settings>
</SolutionConfiguration>
4 changes: 0 additions & 4 deletions src/netstandard2.0/AnyGenerators/AnyGenerators.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,12 @@
<RepositoryUrl>https://github.com/grzesiek-galezowski/any</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoFixture.SeedExtensions" />
<PackageReference Include="Castle.Core" />
<PackageReference Include="NuGetizer">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Collections.Immutable" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TypeReflection\TypeReflection.csproj" />
<ProjectReference Include="..\TypeResolution\TypeResolution.csproj" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\AnyExtensibility\AnyExtensibility.csproj" />
<ProjectReference Include="..\AnyRoot\AnyRoot.csproj" />
<ProjectReference Include="..\TypeReflection\TypeReflection.csproj" />
<ProjectReference Include="..\TypeResolution\TypeResolution.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit cb47e68

Please sign in to comment.