File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Flagsmith.FlagsmithClient Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 2929 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3030 <PrivateAssets >all</PrivateAssets >
3131 </PackageReference >
32+
33+ <!-- currently we duplicate the semver dependency here from Engine project -->
34+ <!-- TODO: build the Engine at build time and reference it using a PackageReference -->
3235 <PackageReference Include =" semver" Version =" 2.3.0" />
33- <ProjectReference Include =" ..\Flagsmith.Engine\Flagsmith.Engine.csproj" />
36+
37+ <ProjectReference Include =" ..\Flagsmith.Engine\Flagsmith.Engine.csproj" PrivateAssets =" all" />
3438 <None Include =" LICENSE" Pack =" true" PackagePath =" " />
3539 <None Include =" icon.png" Pack =" true" PackagePath =" \" />
3640 </ItemGroup >
You can’t perform that action at this time.
0 commit comments