Skip to content

Commit

Permalink
Forgot to update nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sushiat committed Nov 28, 2023
1 parent b6b6d2d commit 99ec2cd
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<HintPath>..\packages\CTrue.FsConnect.1.3.3\lib\net45\CTrue.FsConnect.dll</HintPath>
</Reference>
<Reference Include="JetBrains.Annotations, Version=4242.42.42.42, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
<HintPath>..\packages\JetBrains.Annotations.2022.1.0\lib\net20\JetBrains.Annotations.dll</HintPath>
<HintPath>..\packages\JetBrains.Annotations.2023.3.0\lib\net20\JetBrains.Annotations.dll</HintPath>
</Reference>
<Reference Include="Microsoft.FlightSimulator.SimConnect, Version=11.0.62651.3, Culture=neutral, PublicKeyToken=baf445ffb3a06b5c, processorArchitecture=AMD64">
<HintPath>..\packages\CTrue.FsConnect.1.3.3\lib\net45\Microsoft.FlightSimulator.SimConnect.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion OpenSky.Agent.SimConnectMSFS/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="CTrue.FsConnect" version="1.3.3" targetFramework="net48" />
<package id="JetBrains.Annotations" version="2022.1.0" targetFramework="net48" />
<package id="JetBrains.Annotations" version="2023.3.0" targetFramework="net48" />
<package id="Microsoft.CodeAnalysis.NetAnalyzers" version="6.0.0" targetFramework="net48" developmentDependency="true" />
<package id="Microsoft.Maps.MapControl.WPF" version="1.0.0.3" targetFramework="net48" />
<package id="MSFT.ParallelExtensionsExtras" version="1.2.0" targetFramework="net48" />
Expand Down
4 changes: 2 additions & 2 deletions OpenSky.Agent.Simulator/OpenSky.Agent.Simulator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="JetBrains.Annotations, Version=4242.42.42.42, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
<HintPath>..\packages\JetBrains.Annotations.2022.1.0\lib\net20\JetBrains.Annotations.dll</HintPath>
<HintPath>..\packages\JetBrains.Annotations.2023.3.0\lib\net20\JetBrains.Annotations.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Maps.MapControl.WPF, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Maps.MapControl.WPF.1.0.0.3\lib\net40-Client\Microsoft.Maps.MapControl.WPF.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="OpenSky.FlightLogXML, Version=0.1.6.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\OpenSky.FlightLogXML.0.1.6\lib\net48\OpenSky.FlightLogXML.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions OpenSky.Agent.Simulator/packages.config
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="JetBrains.Annotations" version="2022.1.0" targetFramework="net48" />
<package id="JetBrains.Annotations" version="2023.3.0" targetFramework="net48" />
<package id="Microsoft.CodeAnalysis.NetAnalyzers" version="6.0.0" targetFramework="net48" developmentDependency="true" />
<package id="Microsoft.Maps.MapControl.WPF" version="1.0.0.3" targetFramework="net48" />
<package id="MSFT.ParallelExtensionsExtras" version="1.2.0" targetFramework="net48" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net48" />
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net48" />
<package id="OpenSky.FlightLogXML" version="0.1.6" targetFramework="net48" />
<package id="TomsToolbox.Essentials" version="2.7.6" targetFramework="net48" />
<package id="XDMessaging.Lite" version="5.0.6" targetFramework="net48" />
Expand Down
2 changes: 1 addition & 1 deletion OpenSky.Agent.UdpXPlane11/OpenSky.Agent.UdpXPlane11.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="JetBrains.Annotations, Version=4242.42.42.42, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
<HintPath>..\packages\JetBrains.Annotations.2022.1.0\lib\net20\JetBrains.Annotations.dll</HintPath>
<HintPath>..\packages\JetBrains.Annotations.2023.3.0\lib\net20\JetBrains.Annotations.dll</HintPath>
</Reference>
<Reference Include="OpenSky.FlightLogXML, Version=0.1.6.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\OpenSky.FlightLogXML.0.1.6\lib\net48\OpenSky.FlightLogXML.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion OpenSky.Agent.UdpXPlane11/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="JetBrains.Annotations" version="2022.1.0" targetFramework="net48" />
<package id="JetBrains.Annotations" version="2023.3.0" targetFramework="net48" />
<package id="MSFT.ParallelExtensionsExtras" version="1.2.0" targetFramework="net48" />
<package id="OpenSky.FlightLogXML" version="0.1.6" targetFramework="net48" />
<package id="XPlaneConnector" version="1.3.0" targetFramework="net48" />
Expand Down
8 changes: 4 additions & 4 deletions OpenSky.Agent/OpenSky.Agent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
<Version>2023.3.0</Version>
</PackageReference>
<PackageReference Include="MdXaml">
<Version>1.21.0</Version>
<Version>1.22.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers">
<Version>8.0.0</Version>
Expand All @@ -402,13 +402,13 @@
<Version>0.1.6</Version>
</PackageReference>
<PackageReference Include="Syncfusion.SfChart.WPF">
<Version>23.1.44</Version>
<Version>23.2.6</Version>
</PackageReference>
<PackageReference Include="Syncfusion.SfProgressBar.WPF">
<Version>23.1.44</Version>
<Version>23.2.6</Version>
</PackageReference>
<PackageReference Include="Syncfusion.Themes.MaterialDark.WPF">
<Version>23.1.44</Version>
<Version>23.2.6</Version>
</PackageReference>
<PackageReference Include="TomsToolbox.Wpf">
<Version>2.10.0</Version>
Expand Down

0 comments on commit 99ec2cd

Please sign in to comment.