Skip to content

Commit

Permalink
relax version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Turtsevich committed Jul 3, 2023
1 parent a583575 commit 48dea60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ProjectionTools/ProjectionTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageVersion>1.0.12</PackageVersion>
<!-- https://stackoverflow.com/questions/41713693/include-pdb-files-into-my-nuget-nupkg-files -->
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<EmbedAllSources>true</EmbedAllSources>
<IsPackable>true</IsPackable>
<PackageVersion>1.0.13</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand All @@ -53,7 +53,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="DelegateDecompiler" Version="0.32.0" />
<PackageReference Include="DelegateDecompiler" Version="[0.32.0,)" />
</ItemGroup>

<ItemGroup Condition="'$(Configuration)' == 'Debug'">
Expand Down

0 comments on commit 48dea60

Please sign in to comment.