Skip to content

Commit 2d19d33

Browse files
committed
Use stable package versions.
1 parent 3f830bd commit 2d19d33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Facility.CodeGen.JavaScript/Facility.CodeGen.JavaScript.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Facility.Definition" Version="2.0.2-alpha3" />
12+
<PackageReference Include="Facility.Definition" Version="2.0.2" />
1313
</ItemGroup>
1414

1515
</Project>

src/fsdgenjs/fsdgenjs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Facility.CodeGen.Console" Version="2.0.2-alpha3" />
13+
<PackageReference Include="Facility.CodeGen.Console" Version="2.0.2" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)