Skip to content

Commit

Permalink
Set 'GenerateResourceUsePreserializedResources' to true and add proje…
Browse files Browse the repository at this point in the history
…ct reference to 'System.Resources.Extensions'
  • Loading branch information
joelvaneenwyk committed May 11, 2024
1 parent b4373aa commit d22269a
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
9 changes: 9 additions & 0 deletions FXBTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,14 @@
"System.Collections.Immutable": "1.5.0"
}
},
"System.Resources.Extensions": {
"type": "Transitive",
"resolved": "8.0.0",
"contentHash": "psnQ6GRQOvt+evda5C4nD5EuV49mz2Tv0DD2JDVDEbE/TKoMukxSkGJcsBJ0pajpPuFRr67syFYlkJ4Wj6A5Zw==",
"dependencies": {
"System.Memory": "4.5.5"
}
},
"System.Runtime": {
"type": "Transitive",
"resolved": "4.3.0",
Expand Down Expand Up @@ -527,6 +535,7 @@
"System.ComponentModel.Composition": "[8.0.0, )",
"System.Data.DataSetExtensions": "[4.5.0, )",
"System.Private.Uri": "[4.3.2, )",
"System.Resources.Extensions": "[8.0.0, )",
"XrmToolBoxPackage": "[1.2023.10.67, )",
"jacobslusser.ScintillaNET": "[3.6.3, )"
}
Expand Down
2 changes: 2 additions & 0 deletions FetchXmlBuilder/FetchXmlBuilder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
</PropertyGroup>
<PropertyGroup>
<AutoGenerateBindingRedirects>True</AutoGenerateBindingRedirects>
Expand Down Expand Up @@ -117,6 +118,7 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Resources.Extensions" Version="8.0.0" />
<PackageReference Include="DockPanelSuite.ThemeVS2015" Version="3.1.0" />
<PackageReference Include="jacobslusser.ScintillaNET" Version="3.6.3" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
Expand Down
13 changes: 11 additions & 2 deletions FetchXmlBuilder/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,15 @@
"Microsoft.NETCore.Targets": "1.1.3"
}
},
"System.Resources.Extensions": {
"type": "Direct",
"requested": "[8.0.0, )",
"resolved": "8.0.0",
"contentHash": "psnQ6GRQOvt+evda5C4nD5EuV49mz2Tv0DD2JDVDEbE/TKoMukxSkGJcsBJ0pajpPuFRr67syFYlkJ4Wj6A5Zw==",
"dependencies": {
"System.Memory": "4.5.5"
}
},
"XrmToolBoxPackage": {
"type": "Direct",
"requested": "[1.2023.10.67, )",
Expand Down Expand Up @@ -271,8 +280,8 @@
},
"System.Memory": {
"type": "Transitive",
"resolved": "4.5.4",
"contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
"resolved": "4.5.5",
"contentHash": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
"dependencies": {
"System.Buffers": "4.5.1",
"System.Numerics.Vectors": "4.5.0",
Expand Down
2 changes: 1 addition & 1 deletion Rappen.XTB.Helper

0 comments on commit d22269a

Please sign in to comment.