Skip to content

Commit 48dea60

Browse files
author
Alexander Turtsevich
committed
relax version requirements
1 parent a583575 commit 48dea60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ProjectionTools/ProjectionTools.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
<PublishRepositoryUrl>true</PublishRepositoryUrl>
3636
<IncludeSymbols>true</IncludeSymbols>
3737
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
38-
<PackageVersion>1.0.12</PackageVersion>
3938
<!-- https://stackoverflow.com/questions/41713693/include-pdb-files-into-my-nuget-nupkg-files -->
4039
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
4140
<EmbedAllSources>true</EmbedAllSources>
4241
<IsPackable>true</IsPackable>
42+
<PackageVersion>1.0.13</PackageVersion>
4343
</PropertyGroup>
4444

4545
<ItemGroup>
@@ -53,7 +53,7 @@
5353
</ItemGroup>
5454

5555
<ItemGroup>
56-
<PackageReference Include="DelegateDecompiler" Version="0.32.0" />
56+
<PackageReference Include="DelegateDecompiler" Version="[0.32.0,)" />
5757
</ItemGroup>
5858

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

0 commit comments

Comments
 (0)