Skip to content

Commit 46682c9

Browse files
committed
remove obsolete files, update packages
1 parent 81adedd commit 46682c9

File tree

3 files changed

+5
-19
lines changed

3 files changed

+5
-19
lines changed

DataGridExtensions.sln

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 15
4-
VisualStudioVersion = 15.0.26730.12
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.29215.179
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataGridExtensions", "DataGridExtensions\DataGridExtensions.csproj", "{393C28BB-DB90-40E8-B1A3-741D8B99BA39}"
77
EndProject
@@ -10,8 +10,6 @@ EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DB86BFBB-CA2E-425D-BA83-9ABA746813EC}"
1111
ProjectSection(SolutionItems) = preProject
1212
appveyor.yml = appveyor.yml
13-
CodeContracts.ruleset = CodeContracts.ruleset
14-
CustomDictionary.xml = CustomDictionary.xml
1513
Directory.Build.props = Directory.Build.props
1614
License = License
1715
README.md = README.md

DataGridExtensions/DataGridExtensions.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ The current version supports the following features:
3030
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
3131
<PackageReference Include="Microsoft.WindowsDesktop.App" Version="3.0.0-preview8-28405-07" />
3232
</ItemGroup>
33-
33+
3434
<ItemGroup>
3535
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.0.1" />
36-
<PackageReference Include="Fody" Version="4.0.0-beta.1" PrivateAssets="All" />
37-
<PackageReference Include="JetBrainsAnnotations.Fody" Version="2.11.0" PrivateAssets="All" />
36+
<PackageReference Include="Fody" Version="6.0.0" PrivateAssets="All" />
37+
<PackageReference Include="JetBrainsAnnotations.Fody" Version="2.14.0" PrivateAssets="All" />
3838
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-18618-05" PrivateAssets="All" />
3939
</ItemGroup>
4040

DataGridExtensionsSample/DataGridExtensionsSample.csproj

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,14 @@
1616
<FileAlignment>512</FileAlignment>
1717
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1818
<WarningLevel>4</WarningLevel>
19-
<SccProjectName>SAK</SccProjectName>
20-
<SccLocalPath>SAK</SccLocalPath>
21-
<SccAuxPath>SAK</SccAuxPath>
22-
<SccProvider>SAK</SccProvider>
2319
</PropertyGroup>
2420
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
2521
<DebugSymbols>true</DebugSymbols>
2622
<OutputPath>bin\Debug\</OutputPath>
2723
<DefineConstants>DEBUG;TRACE</DefineConstants>
2824
<DebugType>full</DebugType>
2925
<PlatformTarget>AnyCPU</PlatformTarget>
30-
<CodeAnalysisLogFile>bin\Debug\DataGridExtensionsSample.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
31-
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
32-
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
3326
<ErrorReport>prompt</ErrorReport>
34-
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
3527
<UseVSHostingProcess>false</UseVSHostingProcess>
3628
<Prefer32Bit>false</Prefer32Bit>
3729
</PropertyGroup>
@@ -41,11 +33,7 @@
4133
<Optimize>true</Optimize>
4234
<DebugType>pdbonly</DebugType>
4335
<PlatformTarget>AnyCPU</PlatformTarget>
44-
<CodeAnalysisLogFile>bin\Release\DataGridExtensionsSample.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
45-
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
46-
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
4736
<ErrorReport>prompt</ErrorReport>
48-
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
4937
<UseVSHostingProcess>false</UseVSHostingProcess>
5038
<Prefer32Bit>false</Prefer32Bit>
5139
</PropertyGroup>

0 commit comments

Comments
 (0)