Update packages, use explicit type, use Microsoft OpenApi package
This commit is contained in:
@@ -11,6 +11,6 @@ public static class Constants
|
||||
{
|
||||
public const string ServiceName = "postgres";
|
||||
|
||||
public const string Name = "vegasco";
|
||||
public const string Name = "vegasco-database";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,4 +6,10 @@
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Update="Nerdbank.GitVersioning">
|
||||
<Version>3.7.115</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user