Skip to content

Commit 4963242

Browse files
authored
Merge pull request #10 from dotnet-campus/t/shs/tfm
T/shs/tfm
2 parents 6751ee2 + 6605d3d commit 4963242

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

src/dotnetCampus.Localizations.Analyzer/Assets/Templates/LocalizationValues.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#nullable enable
22

33
using global::System.Collections.Frozen;
4+
using global::System.Collections.Generic;
45

56
namespace dotnetCampus.Localizations.Assets.Templates;
67

src/dotnetCampus.Localizations/dotnetCampus.Localizations.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- TargetFramework -->
44
<PropertyGroup>
5-
<TargetFramework>net8.0</TargetFramework>
5+
<TargetFramework>netstandard2.0</TargetFramework>
66
</PropertyGroup>
77

88
<!-- Project Information -->
@@ -34,6 +34,7 @@
3434
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
3535
<PackageReference Include="Samboy063.Tomlet" Version="5.3.1" ReferenceOutputAssembly="false" PrivateAssets="all" GeneratePathProperty="true" />
3636
<PackageReference Include="YamlDotNet" Version="15.1.4" ReferenceOutputAssembly="false" PrivateAssets="all" GeneratePathProperty="true" />
37+
<PackageReference Include="System.Collections.Immutable" Version="9.0.3" />
3738
</ItemGroup>
3839

3940
<ItemGroup>

src/dotnetCampus.SourceLocalizations.PrivateGenerator/dotnetCampus.SourceLocalizations.PrivateGenerator.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" PrivateAssets="all" />
1414
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" PrivateAssets="all" />
1515
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.9.2" PrivateAssets="all" />
16+
<PackageReference Include="System.Collections.Immutable" Version="9.0.3" PrivateAssets="all"/>
1617
</ItemGroup>
1718

1819
</Project>

0 commit comments

Comments
 (0)