-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Database: Upgrade dependency packages (24.11) [STUD-69625] #433
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,18 +19,18 @@ | |
<Reference Include="Microsoft.CSharp" /> | ||
<Reference Include="System.Data" /> | ||
<Reference Include="System.Xml" /> | ||
<PackageReference Include="Oracle.ManagedDataAccess" Version="19.20.0" PrivateAssets="All" /> | ||
<PackageReference Include="Oracle.ManagedDataAccess" Version="19.22.0" PrivateAssets="All" /> | ||
<PackageReference Include="System.Resources.Extensions" Version="5.0.0" /> | ||
</ItemGroup> | ||
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0-windows' or '$(TargetFramework)' == 'net6.0'"> | ||
<PackageReference Include="System.Data.Odbc" Version="7.0.0" /> | ||
<PackageReference Include="System.Data.OleDb" Version="7.0.0" /> | ||
<PackageReference Include="UiPath.Workflow" /> | ||
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="3.21.90" PrivateAssets="All" /> | ||
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="23.5.0" PrivateAssets="All" /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. now that's a huge leap forward 🚀 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. they changed the versioning system.. it jumps from 3.xx to 23.xx |
||
|
||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Data.SqlClient" Version="4.1.0" /> | ||
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.1" /> | ||
<PackageReference Include="UiPath.Activities.Api" PrivateAssets="All" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: TAB / space misalignment