Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit e4b0814

Browse files
committed
Add .NET 8.0 as a target framework
1 parent 1e94aad commit e4b0814

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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)

WpfObservableRangeCollection/WpfObservableRangeCollection.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>
@@ -14,7 +14,7 @@
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

0 commit comments

Comments
 (0)