Skip to content

Commit f2bbd55

Browse files
author
Vyacheslav
committed
feat: Links to real projects
1 parent b2fca05 commit f2bbd55

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Src/Benchmarks/Benchmark.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
</PropertyGroup>
77
<ItemGroup>
88
<PackageReference Include="BenchmarkDotNet" Version="0.13.2" />
9-
<PackageReference Include="StackMemoryCollections.Attributes" Version="0.7.0" />
109
</ItemGroup>
1110
<ItemGroup>
11+
<ProjectReference Include="..\StackMemoryAttributes\StackMemoryAttributes.csproj" />
1212
<ProjectReference Include="..\StackMemoryCollections\StackMemoryCollections.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="False" />
1313
</ItemGroup>
1414
</Project>

Src/StackMemoryAttributes/StackMemoryAttributes.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1111
<Description>Attributes for Stack Memory Collection</Description>
1212
<PackageTags>Stack Memory Collection, attributes</PackageTags>
13-
<NoPackageAnalysis>true</NoPackageAnalysis>
1413
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1514
</PropertyGroup>
1615
<ItemGroup>

Src/Tests/Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<PackageReference Include="NUnit" Version="3.13.3" />
99
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.0" />
11-
<PackageReference Include="StackMemoryCollections.Attributes" Version="0.7.0" />
1211
</ItemGroup>
1312
<ItemGroup>
13+
<ProjectReference Include="..\StackMemoryAttributes\StackMemoryAttributes.csproj" />
1414
<ProjectReference Include="..\StackMemoryCollections\StackMemoryCollections.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="False" />
1515
<ProjectReference Include="..\TestGenerator\TestGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="False" />
1616
</ItemGroup>

0 commit comments

Comments
 (0)