Skip to content

Commit c070ce8

Browse files
committed
#118 - private assets all для SG ref (#119) +semver:skip
1 parent 5f5ea3b commit c070ce8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/Domain/HydraScript.Domain.FrontEnd/HydraScript.Domain.FrontEnd.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<ItemGroup>
44
<PackageReference Include="Visitor.NET" />
5-
<PackageReference Include="Visitor.NET.AutoVisitableGen" />
5+
<PackageReference Include="Visitor.NET.AutoVisitableGen" PrivateAssets="all" />
66
</ItemGroup>
77

88
</Project>

src/Infrastructure/HydraScript.Infrastructure/HydraScript.Infrastructure.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
<ItemGroup>
99
<ProjectReference Include="..\HydraScript.Infrastructure.LexerRegexGenerator\HydraScript.Infrastructure.LexerRegexGenerator.csproj"
1010
OutputItemType="Analyzer"
11-
ReferenceOutputAssembly="false" />
11+
ReferenceOutputAssembly="false"
12+
PrivateAssets="all"/>
1213
</ItemGroup>
1314

1415
<ItemGroup>

0 commit comments

Comments
 (0)