Skip to content

Commit

Permalink
Update nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Nice3point committed May 17, 2023
1 parent f8fdc6f commit 298f227
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Build/Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
<PackageReference Include="Nuke.Common" Version="6.3.0" />
</ItemGroup>
<ItemGroup>
<PackageDownload Include="GitVersion.Tool" Version="[5.10.3]" />
<PackageDownload Include="GitVersion.Tool" Version="[5.12.0]" />
</ItemGroup>
</Project>
12 changes: 2 additions & 10 deletions Installer/Installer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,8 @@
<TargetFramework>net48</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<Optimize>true</Optimize>
<DebugType>none</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="WixSharp.bin">
<Version>1.*</Version>
</PackageReference>
<PackageReference Include="WixSharp.wix.bin">
<Version>3.*</Version>
</PackageReference>
<PackageReference Include="WixSharp.bin" Version="1.*"/>
<PackageReference Include="WixSharp.wix.bin" Version="3.*"/>
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions RevitLookup/RevitLookup.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
<PackageReference Include="Nice3point.Revit.Api.RevitAPIUI" Version="$(RevitVersion).*-*" />
<PackageReference Include="Nice3point.Revit.Api.UIFramework" Version="$(RevitVersion).*-*" />
<PackageReference Include="Nice3point.Revit.Api.UIFrameworkServices" Version="$(RevitVersion).*-*" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.1.0" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.*" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.0" />
<PackageReference Include="PolySharp" Version="1.12.1">
<PackageReference Include="PolySharp" Version="1.*">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 298f227

Please sign in to comment.