Skip to content

Commit

Permalink
Set output type exe so exceptions can be tested
Browse files Browse the repository at this point in the history
  • Loading branch information
kamendov-maxim committed Apr 11, 2024
1 parent 678b42b commit dc0d8fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kr1/Vector.Src/Vector.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit dc0d8fc

Please sign in to comment.