Skip to content

Commit

Permalink
Update SampleApplication.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
jkone27 authored Nov 10, 2024
1 parent 9bb7b33 commit 42fd847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SampleApplication/SampleApplication.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>NET8</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Folder Include="Properties\" />
Expand All @@ -17,4 +17,4 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>
</Project>

0 comments on commit 42fd847

Please sign in to comment.