Skip to content

Commit

Permalink
Don't use local Pulumi SDK on schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaid-Ajaj committed Dec 16, 2022
1 parent eec2d91 commit 5b40f45
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
Expand Up @@ -45,10 +45,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Pulumi" Version="3.50.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\..\..\..\..\sdk\dotnet\Pulumi\Pulumi.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
Expand Up @@ -11,10 +11,9 @@
},
"language": {
"csharp": {
"packageReferences": {},
"projectReferences": [
"..\\..\\..\\..\\..\\..\\..\\sdk\\dotnet\\Pulumi\\Pulumi.csproj"
]
"packageReferences": {
"Pulumi": "3.50.0"
}
},
"nodejs": {
"dependencies": {
Expand Down
7 changes: 3 additions & 4 deletions pkg/codegen/testing/test/testdata/std-1.0.0.json
Expand Up @@ -11,10 +11,9 @@
},
"language": {
"csharp": {
"packageReferences": {},
"projectReferences": [
"..\\..\\..\\..\\..\\..\\..\\sdk\\dotnet\\Pulumi\\Pulumi.csproj"
]
"packageReferences": {
"Pulumi": "3.50.0"
}
},
"nodejs": {
"dependencies": {
Expand Down

0 comments on commit 5b40f45

Please sign in to comment.