Mixonomer.NET/Mixonomer.Fire/Mixonomer.Fire.csproj

17 lines
472 B
XML
Raw Normal View History

2022-08-03 22:51:39 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2024-01-21 20:50:51 +00:00
<TargetFramework>net8.0</TargetFramework>
<LangVersion>default</LangVersion>
2022-08-03 22:51:39 +01:00
</PropertyGroup>
<ItemGroup>
<None Remove="Google.Cloud.Firestore" />
<None Remove="Model\" />
</ItemGroup>
<ItemGroup>
2023-09-03 19:50:01 +01:00
<PackageReference Include="Google.Cloud.Firestore" Version="3.3.0" />
2024-01-21 11:12:23 +00:00
<PackageReference Include="Google.Cloud.SecretManager.V1" Version="2.1.0" />
2022-08-03 22:51:39 +01:00
</ItemGroup>
</Project>