| <Project Sdk="Microsoft.NET.Sdk"> | |||||
| <PropertyGroup> | |||||
| <TargetFramework>netstandard2.1</TargetFramework> | |||||
| <Nullable>enable</Nullable> | |||||
| </PropertyGroup> | |||||
| </Project> |
| using System; | |||||
| namespace AuthService | |||||
| { | |||||
| public class Class1 | |||||
| { | |||||
| } | |||||
| } |
| <ItemGroup> | <ItemGroup> | ||||
| <ProjectReference Include="..\GrpcShared\GrpcShared.csproj" /> | <ProjectReference Include="..\GrpcShared\GrpcShared.csproj" /> | ||||
| <ProjectReference Include="..\NemAnCore\NemAnBlazor.csproj" /> | |||||
| <ProjectReference Include="..\NemAnBlazor\NemAnBlazor.csproj" /> | |||||
| </ItemGroup> | </ItemGroup> | ||||
| </Project> | </Project> |
| </ItemGroup> | </ItemGroup> | ||||
| <ItemGroup> | <ItemGroup> | ||||
| <ProjectReference Include="..\gRPCServer\SpotifyService.csproj" /> | |||||
| <ProjectReference Include="..\SpotifyService\SpotifyService.csproj" /> | |||||
| <ProjectReference Include="..\IdentityProvider\IdentityProvider.csproj" /> | <ProjectReference Include="..\IdentityProvider\IdentityProvider.csproj" /> | ||||
| </ItemGroup> | </ItemGroup> | ||||
| </Project> | </Project> |