Skip to content

Commit

Permalink
roll back .NET version temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
ivorb committed Oct 17, 2023
1 parent 7623ae6 commit 6bcf6b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 08-speech-translation/C-Sharp/translator/translator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<RootNamespace>speech_translation</RootNamespace>
</PropertyGroup>

Expand All @@ -16,4 +16,4 @@
</None>
</ItemGroup>

</Project>
</Project>

0 comments on commit 6bcf6b7

Please sign in to comment.