Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
iNoles committed Aug 14, 2024
1 parent 0c38c02 commit ab3c942
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
2 changes: 1 addition & 1 deletion HackerNews.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<OutputType>Library</OutputType>
<RootNamespace>HackerNews</RootNamespace>
<UseMaui>true</UseMaui>
<MauiVersion>8.0.40</MauiVersion>
<MauiVersion>8.0.80</MauiVersion>
<SingleProject>true</SingleProject>
<ImplicitUsings>enable</ImplicitUsings>
<!-- Display name -->
Expand Down
16 changes: 0 additions & 16 deletions HackerNews.sln

This file was deleted.

2 changes: 1 addition & 1 deletion NewsViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace HackerNews;

public class NewsViewModel: ObservableObject
{
public ObservableCollection<StoryModel> TopStoryCollection { get; } = new();
public ObservableCollection<StoryModel> TopStoryCollection { get; } = [];

private readonly NewsService _newsService = new();

Expand Down

0 comments on commit ab3c942

Please sign in to comment.