Skip to content

Commit

Permalink
fix the csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderJames committed Dec 2, 2023
1 parent 7c06244 commit c6091ae
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/CssInCs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ImplicitUsings>disable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PropertyGroup>
<PackageId>CssInCSharp</PackageId>
<Copyright>.NET Foundation and Contributors</Copyright>
<Authors>Yoli</Authors>
Expand All @@ -21,7 +21,11 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<RepositoryType>git</RepositoryType>
</ItemGroup>
</PropertyGroup>

<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

<ItemGroup>
<!-- The nuget package icon -->
Expand Down

0 comments on commit c6091ae

Please sign in to comment.