Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4852ce2

Browse files
transition to System.Text.Json
1 parent 7542f6a commit 4852ce2

File tree

4 files changed

+12
-17
lines changed

4 files changed

+12
-17
lines changed

‎CS/FederationDataSourceExample/FederationDataSourceExample.csproj‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,6 @@
127127
<Reference Include="DevExpress.XtraVerticalGrid.v24.2">
128128
<SpecificVersion>False</SpecificVersion>
129129
</Reference>
130-
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
131-
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
132-
</Reference>
133130
<Reference Include="System" />
134131
<Reference Include="System.Configuration" />
135132
<Reference Include="System.Core" />
@@ -173,7 +170,6 @@
173170
<None Include="OrderHeaders.xlsx">
174171
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
175172
</None>
176-
<None Include="packages.config" />
177173
<None Include="Properties\Settings.settings">
178174
<Generator>SettingsSingleFileGenerator</Generator>
179175
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
@@ -198,5 +194,10 @@
198194
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
199195
</Content>
200196
</ItemGroup>
197+
<ItemGroup>
198+
<PackageReference Include="System.Text.Json">
199+
<Version>9.0.0-rc.1.24431.7</Version>
200+
</PackageReference>
201+
</ItemGroup>
201202
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
202203
</Project>

‎CS/FederationDataSourceExample/packages.config‎

Lines changed: 0 additions & 4 deletions
This file was deleted.

‎VB/FederationDataSourceExample/FederationDataSourceExample.vbproj‎

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
77
<ProjectGuid>{93B25E27-BB02-40BC-B915-FCB700321724}</ProjectGuid>
88
<OutputType>WinExe</OutputType>
9-
<RootNamespace></RootNamespace>
9+
<RootNamespace>
10+
</RootNamespace>
1011
<AssemblyName>FederationDataSourceExample</AssemblyName>
1112
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1213
<FileAlignment>512</FileAlignment>
@@ -131,9 +132,6 @@
131132
<Reference Include="DevExpress.XtraVerticalGrid.v24.2">
132133
<SpecificVersion>False</SpecificVersion>
133134
</Reference>
134-
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
135-
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
136-
</Reference>
137135
<Reference Include="System" />
138136
<Reference Include="System.Configuration" />
139137
<Reference Include="System.Core" />
@@ -190,7 +188,6 @@
190188
<None Include="OrderHeaders.xlsx">
191189
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
192190
</None>
193-
<None Include="packages.config" />
194191
<None Include="My Project\Settings.settings">
195192
<Generator>SettingsSingleFileGenerator</Generator>
196193
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
@@ -215,5 +212,10 @@
215212
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
216213
</Content>
217214
</ItemGroup>
215+
<ItemGroup>
216+
<PackageReference Include="System.Text.Json">
217+
<Version>9.0.0-rc.1.24431.7</Version>
218+
</PackageReference>
219+
</ItemGroup>
218220
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
219221
</Project>

‎VB/FederationDataSourceExample/packages.config‎

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /