Skip to content

Commit

Permalink
package bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstevens committed Oct 23, 2024
1 parent b032c98 commit e991a1e
Showing 1 changed file with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Meadow</RootNamespace>
<AssemblyName>Meadow.2022</AssemblyName>
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<GeneratePkgDefFile>true</GeneratePkgDefFile>
<UseCodebase>true</UseCodebase>
<IncludeAssemblyInVSIXContainer>true</IncludeAssemblyInVSIXContainer>
Expand Down Expand Up @@ -90,6 +90,12 @@
</Reference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="MessagePack">
<Version>2.5.187</Version>
</PackageReference>
<PackageReference Include="Microsoft.IO.Redist">
<Version>6.0.1</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem">
<Version>17.9.380</Version>
</PackageReference>
Expand All @@ -99,15 +105,15 @@
<Version>17.9.380</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.SDK">
<Version>17.10.40171</Version>
<Version>17.11.40262</Version>
</PackageReference>
<PackageReference Include="Microsoft.VSSDK.BuildTools">
<Version>17.10.2185</Version>
<Version>17.12.2069</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="System.IO.Ports">
<Version>7.0.0</Version>
<Version>8.0.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit e991a1e

Please sign in to comment.