Skip to content

Commit

Permalink
Update to latest Library packages (2.0.0-rc.23).
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-Simpson committed Jul 11, 2024
1 parent 71cad47 commit 854f64c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
<Content Include="ASCOM.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ASCOM.Com.Components" Version="2.0.0-rc.21" />
<PackageReference Include="ASCOM.Tools" Version="2.0.0-rc.21" />
<PackageReference Include="ASCOM.Com.Components" Version="2.0.0-rc.23" />
<PackageReference Include="ASCOM.Tools" Version="2.0.0-rc.23" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\ASCOM.Utilities\ASCOM.Utilities.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@
<None Include="LocalServer.snk" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ASCOM.Alpaca.Components" Version="2.0.0-rc.21" />
<PackageReference Include="ASCOM.Com.Components" Version="2.0.0-rc.21" />
<PackageReference Include="ASCOM.Common.Components" Version="2.0.0-rc.21" />
<PackageReference Include="ASCOM.Tools" Version="2.0.0-rc.21" />
<PackageReference Include="ASCOM.Alpaca.Components" Version="2.0.0-rc.23" />
<PackageReference Include="ASCOM.Com.Components" Version="2.0.0-rc.23" />
<PackageReference Include="ASCOM.Common.Components" Version="2.0.0-rc.23" />
<PackageReference Include="ASCOM.Tools" Version="2.0.0-rc.23" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\ASCOM.DeviceInterface\ASCOM.DeviceInterface.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion Drivers and Simulators/CameraHub/CameraHub.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="ASCOM.Common.Components">
<Version>2.0.0-rc.21</Version>
<Version>2.0.0-rc.23</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Expand Down

0 comments on commit 854f64c

Please sign in to comment.