Skip to content

Commit

Permalink
Making packages publishable
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Dec 21, 2023
1 parent 8f5881a commit c5580fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ImplicitUsings>disable</ImplicitUsings>
<IncludeOpenAPIAnalyzers>true</IncludeOpenAPIAnalyzers>
<IncludeSymbols>true</IncludeSymbols>
<IsPackable>false</IsPackable>
<IsPackable>true</IsPackable>
<IsPublishable>false</IsPublishable>
<IsTrimmable>true</IsTrimmable>
<JsonSerializerIsReflectionEnabledByDefault>false</JsonSerializerIsReflectionEnabledByDefault>
Expand Down Expand Up @@ -46,6 +46,7 @@
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<EnforceExtendedAnalyzerRules>false</EnforceExtendedAnalyzerRules>
</PropertyGroup>
<Import Project="$(SolutionDir)FunFair.props"/>
<ItemGroup>
<ProjectReference Include="..\FunFair.BuildVersion.Interfaces\FunFair.BuildVersion.Interfaces.csproj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ImplicitUsings>disable</ImplicitUsings>
<IncludeOpenAPIAnalyzers>true</IncludeOpenAPIAnalyzers>
<IncludeSymbols>true</IncludeSymbols>
<IsPackable>false</IsPackable>
<IsPackable>true</IsPackable>
<IsPublishable>false</IsPublishable>
<IsTrimmable>true</IsTrimmable>
<JsonSerializerIsReflectionEnabledByDefault>false</JsonSerializerIsReflectionEnabledByDefault>
Expand Down Expand Up @@ -46,6 +46,7 @@
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<EnforceExtendedAnalyzerRules>false</EnforceExtendedAnalyzerRules>
</PropertyGroup>
<Import Project="$(SolutionDir)FunFair.props"/>
<ItemGroup>
<PackageReference Include="NuGet.Versioning" Version="6.8.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ImplicitUsings>disable</ImplicitUsings>
<IncludeOpenAPIAnalyzers>true</IncludeOpenAPIAnalyzers>
<IncludeSymbols>true</IncludeSymbols>
<IsPackable>false</IsPackable>
<IsPackable>true</IsPackable>
<IsPublishable>false</IsPublishable>
<IsTrimmable>true</IsTrimmable>
<JsonSerializerIsReflectionEnabledByDefault>false</JsonSerializerIsReflectionEnabledByDefault>
Expand Down Expand Up @@ -46,6 +46,7 @@
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<EnforceExtendedAnalyzerRules>false</EnforceExtendedAnalyzerRules>
</PropertyGroup>
<Import Project="$(SolutionDir)FunFair.props"/>
<ItemGroup>
<ProjectReference Include="..\FunFair.BuildVersion.Interfaces\FunFair.BuildVersion.Interfaces.csproj" />
</ItemGroup>
Expand Down

0 comments on commit c5580fd

Please sign in to comment.