This repository was archived by the owner on Feb 13, 2025. It is now read-only.
File tree 2 files changed +4
-3
lines changed
WpfObservableRangeCollection
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# WpfObservableRangeCollection
2
2
3
3
[ ![ 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 )
5
6
[ ![ GitHub issues] ( https://img.shields.io/github/issues/CodingOctocat/WpfObservableRangeCollection )] ( https://github.com/CodingOctocat/WpfObservableRangeCollection/issues )
6
7
[ ![ GitHub stars] ( https://img.shields.io/github/stars/CodingOctocat/WpfObservableRangeCollection )] ( https://github.com/CodingOctocat/WpfObservableRangeCollection/stargazers )
7
8
[ ![ 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 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net6.0-windows</ TargetFramework >
4
+ <TargetFrameworks >net6.0-windows7.0;net8.0-windows7.0</ TargetFrameworks >
5
5
<Nullable >enable</Nullable >
6
6
<UseWPF >true</UseWPF >
7
7
<RootNamespace >CodingNinja.Wpf.ObjectModel</RootNamespace >
14
14
<Title >$(AssemblyName)</Title >
15
15
<PackageTags >WpfObservableRangeCollection;ObservableRangeCollection;ObservableCollection;CollectionView;Wpf</PackageTags >
16
16
<PackageReadmeFile >README.md</PackageReadmeFile >
17
- <Version >2.2.0 </Version >
17
+ <Version >2.2.1 </Version >
18
18
<RepositoryUrl >$(PackageProjectUrl)</RepositoryUrl >
19
19
</PropertyGroup >
20
20
You can’t perform that action at this time.
0 commit comments