Skip to content

Commit

Permalink
Temp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oveldman committed Mar 1, 2024
1 parent afb6f35 commit fa21e01
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
<AssemblyName>$(RootNamespace)</AssemblyName>
</PropertyGroup>

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<InvariantGlobalization>true</InvariantGlobalization>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>

<ItemGroup>
<Protobuf Include="Protos\account.proto" GrpcServices="Both"/>
<Protobuf Include="Protos\authentication.proto" GrpcServices="Both"/>
Expand Down

0 comments on commit fa21e01

Please sign in to comment.