We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 759c80a commit 88f25f4Copy full SHA for 88f25f4
src/InfinityFlow.Aspire.Temporal/InfinityFlow.Aspire.Temporal.csproj
@@ -23,8 +23,8 @@
23
<ItemGroup>
24
<!-- Assets -->
25
<None Pack="true" PackagePath="" Include="assets/packageIcon.png" />
26
- <None Pack="true" PackagePath="" Include="$(SolutionDir)/README.md" Link="assets/README.md" />
27
- <None Pack="true" PackagePath="" Include="$(SolutionDir)/LICENSE" Link="assets/LICENSE" />
+ <None Pack="true" PackagePath="" Include="assets/README.md" />
+ <None Pack="true" PackagePath="" Include="assets/LICENSE" />
28
29
</ItemGroup>
30
src/InfinityFlow.Aspire.Temporal/assets/LICENSE
@@ -0,0 +1 @@
1
+../../../LICENSE
src/InfinityFlow.Aspire.Temporal/assets/README.md
+../../../README.md
0 commit comments