Skip to content

Commit ca7c97f

Browse files
committed
set package id explicitly
1 parent c9b9efb commit ca7c97f

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

core/Unmanaged.Core.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<EmbedAllSources>True</EmbedAllSources>
2626
<IncludeBuildOutput>false</IncludeBuildOutput>
2727
<OutDir>bin/$(TargetFramework)/$(Configuration)</OutDir>
28+
<PackageId>SimulationTree.Unmanaged.Core</PackageId>
2829
</PropertyGroup>
2930

3031
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

generator/Unmanaged.Generator.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@
1313
<RepositoryUrl>https://github.com/simulation-tree/unmanaged</RepositoryUrl>
1414
<OutputItemType>Analyzer</OutputItemType>
1515
<IncludeBuildOutput>true</IncludeBuildOutput>
16+
<PackageId>SimulationTree.Unmanaged.Generator</PackageId>
1617
</PropertyGroup>
1718

1819
<ItemGroup>
19-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" PrivateAssets="all"/>
20-
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="5.0.0-1.25277.114" PrivateAssets="all"/>
20+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" PrivateAssets="all" />
21+
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="5.0.0-1.25277.114" PrivateAssets="all" />
2122
</ItemGroup>
2223

2324
<ItemGroup>
24-
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false"/>
25+
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
2526
</ItemGroup>
2627

2728
</Project>

source/Unmanaged.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<IsAotCompatible>True</IsAotCompatible>
1919
<IsTrimmable>True</IsTrimmable>
2020
<NoStandardLib>true</NoStandardLib>
21+
<PackageId>SimulationTree.Unmanaged</PackageId>
2122
</PropertyGroup>
2223

2324
<ItemGroup>

tests/Unmanaged.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<IsPackable>false</IsPackable>
99
<IsTestProject>true</IsTestProject>
1010
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
11+
<PackageId>SimulationTree.Unmanaged.Tests</PackageId>
1112
</PropertyGroup>
1213

1314
<ItemGroup>

0 commit comments

Comments
 (0)