Skip to content

Commit b5709f4

Browse files
committed
Updated nugets
1 parent b3c7894 commit b5709f4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

update-conference-prague-2024/demo-code-feedback-system/deploy/deploy/Deploy.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@
1010
<ItemGroup>
1111
<PackageReference Include="Cake.Frosting" Version="4.0.0" />
1212
<PackageReference Include="Pulumi.Automation" Version="3.67.1" />
13-
<PackageReference Include="YamlDotNet" Version="16.1.3" />
1413
</ItemGroup>
1514
</Project>

update-conference-prague-2024/demo-code-feedback-system/infra/PulumiInfra.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@
55
<TargetFramework>net8.0</TargetFramework>
66
<Nullable>enable</Nullable>
77
<RootNamespace>PulumiInfra</RootNamespace>
8-
<LangVersion>latest</LangVersion><EnableNETAnalyzers>true</EnableNETAnalyzers><EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild></PropertyGroup>
8+
<LangVersion>latest</LangVersion>
9+
<EnableNETAnalyzers>true</EnableNETAnalyzers>
10+
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
11+
</PropertyGroup>
912

1013
<ItemGroup>
1114
<PackageReference Include="Pulumi.AzureAD" Version="6.0.1" />
1215
<PackageReference Include="Pulumi" Version="3.67.1" />
13-
<PackageReference Include="Pulumi.AzureNative" Version="2.64.3" />
16+
<PackageReference Include="Pulumi.AzureNative" Version="2.67.0" />
1417
</ItemGroup>
1518

1619
</Project>

0 commit comments

Comments
 (0)