Skip to content

Commit

Permalink
Merge pull request #438 from azuressu/csprojupdate
Browse files Browse the repository at this point in the history
Mimir.E2ETests.csproj 수정
  • Loading branch information
boscohyun authored Oct 25, 2024
2 parents 5a0db91 + 99f51c7 commit 76a8e95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Mimir.E2ETests/Mimir.E2ETests.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

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

<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 76a8e95

Please sign in to comment.