Explorar o código

PRS DESKTOP/SHARED: update System.Collections.Immutable packages

Nick-PRSDigital@bitbucket.org %!s(int64=2) %!d(string=hai) anos
pai
achega
378593ab5e
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      prs.desktop/PRSDesktop.csproj
  2. 1 0
      prs.shared/PRS.Shared.csproj

+ 1 - 0
prs.desktop/PRSDesktop.csproj

@@ -824,6 +824,7 @@
       <PackageReference Include="Syncfusion.Themes.Office2019White.WPF" Version="20.2.0.46" />
       <PackageReference Include="Syncfusion.Themes.SystemTheme.WPF" Version="20.2.0.46" />
       <PackageReference Include="Syncfusion.Tools.WPF" Version="20.2.0.46" />
+      <PackageReference Include="System.Collections.Immutable" Version="7.0.0" />
       <PackageReference Include="System.IO.Ports" Version="6.0.0" />
       <PackageReference Include="WindowsShortcutFactory" Version="1.1.0" />
     </ItemGroup>

+ 1 - 0
prs.shared/PRS.Shared.csproj

@@ -45,6 +45,7 @@
 
   <ItemGroup>
     <PackageReference Include="RestSharp" Version="110.2.0" />
+    <PackageReference Include="System.Collections.Immutable" Version="7.0.0" />
   </ItemGroup>
 
 </Project>