This repository was archived by the owner on Feb 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
WpfObservableRangeCollection Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11# WpfObservableRangeCollection
22
33[ ![ NuGet] ( https://buildstats.info/nuget/WpfObservableRangeCollection?includePreReleases=true )] ( https://www.nuget.org/packages/WpfObservableRangeCollection/ )
4- [ ![ Target framework] ( https://img.shields.io/badge/support-.NET_6.0--Windows-blue )] ( https://github.com/CodingOctocat/WpfObservableRangeCollection )
4+ [ ![ Target framework] ( https://img.shields.io/badge/support-.NET_6.0--Windows7.0-blue )] ( https://github.com/CodingOctocat/WpfObservableRangeCollection )
5+ [ ![ Target framework] ( https://img.shields.io/badge/support-.NET_8.0--Windows7.0-blue )] ( https://github.com/CodingOctocat/WpfObservableRangeCollection )
56[ ![ GitHub issues] ( https://img.shields.io/github/issues/CodingOctocat/WpfObservableRangeCollection )] ( https://github.com/CodingOctocat/WpfObservableRangeCollection/issues )
67[ ![ GitHub stars] ( https://img.shields.io/github/stars/CodingOctocat/WpfObservableRangeCollection )] ( https://github.com/CodingOctocat/WpfObservableRangeCollection/stargazers )
78[ ![ GitHub license] ( https://img.shields.io/github/license/CodingOctocat/WpfObservableRangeCollection )] ( https://github.com/CodingOctocat/WpfObservableRangeCollection/blob/master/LICENSE )
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net6.0-windows</ TargetFramework >
4+ <TargetFrameworks >net6.0-windows7.0;net8.0-windows7.0</ TargetFrameworks >
55 <Nullable >enable</Nullable >
66 <UseWPF >true</UseWPF >
77 <RootNamespace >CodingNinja.Wpf.ObjectModel</RootNamespace >
1414 <Title >$(AssemblyName)</Title >
1515 <PackageTags >WpfObservableRangeCollection;ObservableRangeCollection;ObservableCollection;CollectionView;Wpf</PackageTags >
1616 <PackageReadmeFile >README.md</PackageReadmeFile >
17- <Version >2.2.0 </Version >
17+ <Version >2.2.1 </Version >
1818 <RepositoryUrl >$(PackageProjectUrl)</RepositoryUrl >
1919 </PropertyGroup >
2020
You can’t perform that action at this time.
0 commit comments