Skip to content

Commit

Permalink
fix: csharp templates package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alive-Fish committed Oct 14, 2024
1 parent 8897537 commit 37b18b1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="Microsoft.Graph" Version="5.56.0" />
<PackageReference Include="Microsoft.Fast.Components.FluentUI" Version="3.7.8" />
<PackageReference Include="Microsoft.TeamsFx" Version="2.5.*" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion templates/csharp/non-sso-tab/{{ProjectName}}.csproj.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="Microsoft.Graph" Version="5.56.0" />
<PackageReference Include="Microsoft.Fast.Components.FluentUI" Version="3.7.8" />
<PackageReference Include="Microsoft.TeamsFx" Version="2.5.*" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion templates/csharp/sso-tab-ssr/{{ProjectName}}.csproj.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReference Include="Microsoft.Graph" Version="5.56.0" />
<PackageReference Include="Microsoft.Fast.Components.FluentUI" Version="3.7.8" />
<PackageReference Include="Microsoft.TeamsFx" Version="2.5.*" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion templates/csharp/sso-tab/{{ProjectName}}.csproj.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReference Include="Microsoft.Graph" Version="5.56.0" />
<PackageReference Include="Microsoft.Fast.Components.FluentUI" Version="3.7.8" />
<PackageReference Include="Microsoft.TeamsFx" Version="2.5.*" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>

</Project>

0 comments on commit 37b18b1

Please sign in to comment.