Skip to content

Commit

Permalink
Update MS dependent packages
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-david committed Mar 10, 2021
1 parent d73a44f commit 09c0990
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/Camera.App/Camera.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ItemGroup>
<PackageReference Include="Restless.Tools.Controls" Version="2.0.0" />
<PackageReference Include="Restless.Tools.Mvvm" Version="2.0.0" />
<PackageReference Include="System.ComponentModel.Composition" Version="4.7.0" />
<PackageReference Include="System.ComponentModel.Composition" Version="5.0.0" />
</ItemGroup>

<ItemGroup>
Expand All @@ -33,8 +33,8 @@
</ItemGroup>

<ItemGroup>
<Resource Include="Resources\Image\Add.48.png"/>
<Resource Include="Resources\Image\Lens.36.png"/>
<Resource Include="Resources\Image\Add.48.png" />
<Resource Include="Resources\Image\Lens.36.png" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
<PackageReference Include="System.Drawing.Common" Version="5.0.2" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Restless.Plugin.Amcrest/Restless.Plugin.Amcrest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.ComponentModel.Composition" Version="4.7.0" />
<PackageReference Include="System.ComponentModel.Composition" Version="5.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Restless.Plugin.Axis/Restless.Plugin.Axis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.ComponentModel.Composition" Version="4.7.0" />
<PackageReference Include="System.ComponentModel.Composition" Version="5.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Restless.Plugin.Foscam/Restless.Plugin.Foscam.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.ComponentModel.Composition" Version="4.7.0" />
<PackageReference Include="System.ComponentModel.Composition" Version="5.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 09c0990

Please sign in to comment.