File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed
Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 3939 </ItemGroup >
4040
4141 <ItemGroup >
42- <ProjectReference Include =" ..\..\collections\source\Collections.csproj" />
43- <ProjectReference Include =" ..\..\unmanaged\core\Unmanaged.Core.csproj" />
42+ <ProjectReference Include =" ..\..\collections\source\Collections.csproj" />
43+ <ProjectReference Include =" ..\..\unmanaged\core\Unmanaged.Core.csproj" />
44+ <ProjectReference Include =" ..\..\unmanaged\generator\Unmanaged.Generator.csproj" ReferenceOutputAssembly =" false" OutputItemType =" Analyzer" />
4445 </ItemGroup >
4546
4647 <ItemGroup >
47- <Analyzer Include =" ..\..\unmanaged\generator\bin\$(Configuration)\netstandard2.0\Unmanaged.Generator.dll" />
48+ <Analyzer Include =" ..\..\unmanaged\generator\bin\$(Configuration)\netstandard2.0\Unmanaged.Generator.dll" />
4849 </ItemGroup >
4950
5051 <ItemGroup >
51- <Content Include =" bin/**/*" Pack =" true" PackagePath =" lib" Visible =" false" />
52- <Content Include =" buildTransitive/**/*" Pack =" true" PackagePath =" buildTransitive" />
52+ <Content Include =" bin/**/*" Pack =" true" PackagePath =" lib" Visible =" false" />
53+ <Content Include =" buildTransitive/**/*" Pack =" true" PackagePath =" buildTransitive" />
5354 </ItemGroup >
5455
5556</Project >
Original file line number Diff line number Diff line change 1515 <PrivateAssets >all</PrivateAssets >
1616 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1717 </PackageReference >
18- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1" />
19- <PackageReference Include =" NUnit" Version =" 4.4.0-beta.1 " />
18+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1" />
19+ <PackageReference Include =" NUnit" Version =" 4.4.0" />
2020 <PackageReference Include =" NUnit.Analyzers" Version =" 4.10.0" >
2121 <PrivateAssets >all</PrivateAssets >
2222 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2323 </PackageReference >
24- <PackageReference Include =" NUnit3TestAdapter" Version =" 5.1.0-alpha.3 " />
24+ <PackageReference Include =" NUnit3TestAdapter" Version =" 5.1.0" />
2525 </ItemGroup >
2626
2727 <ItemGroup >
28- <ProjectReference Include =" ..\..\unmanaged\tests\Unmanaged.Tests.csproj" />
29- <ProjectReference Include =" ..\source\ExpressionMachine.csproj" />
28+ <ProjectReference Include =" ..\..\unmanaged\tests\Unmanaged.Tests.csproj" />
29+ <ProjectReference Include =" ..\source\ExpressionMachine.csproj" />
3030 </ItemGroup >
3131
3232 <ItemGroup >
33- <Using Include =" NUnit.Framework" />
33+ <Using Include =" NUnit.Framework" />
3434 </ItemGroup >
3535
3636</Project >
You can’t perform that action at this time.
0 commit comments