File tree Expand file tree Collapse file tree 3 files changed +44
-28
lines changed
Flow.Launcher.Localization.Analyzers
Flow.Launcher.Localization.SourceGenerators
Flow.Launcher.Localization Expand file tree Collapse file tree 3 files changed +44
-28
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
- <PropertyGroup >
4
- <Version >1.0.0</Version >
5
- <TargetFramework >netstandard2.0</TargetFramework >
6
- <EnforceExtendedAnalyzerRules >true</EnforceExtendedAnalyzerRules >
7
- <RootNamespace >Flow.Launcher.Localization.Analyzers</RootNamespace >
8
- </PropertyGroup >
3
+ <PropertyGroup >
4
+ <Version >1.0.0</Version >
5
+ <TargetFramework >netstandard2.0</TargetFramework >
6
+ <EnforceExtendedAnalyzerRules >true</EnforceExtendedAnalyzerRules >
7
+ <RootNamespace >Flow.Launcher.Localization.Analyzers</RootNamespace >
8
+ </PropertyGroup >
9
9
10
- <ItemGroup >
11
- <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.3.4" >
12
- <PrivateAssets >all</PrivateAssets >
13
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
14
- </PackageReference >
15
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.9.2" />
16
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 4.9.2" />
17
- </ItemGroup >
10
+ <ItemGroup >
11
+ <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.3.4" >
12
+ <PrivateAssets >all</PrivateAssets >
13
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
14
+ </PackageReference >
15
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.9.2" />
16
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 4.9.2" />
17
+ </ItemGroup >
18
18
19
19
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
- <PropertyGroup >
4
- <Version >1.0.0</Version >
5
- <TargetFramework >netstandard2.0</TargetFramework >
6
- <EnforceExtendedAnalyzerRules >true</EnforceExtendedAnalyzerRules >
7
- <RootNamespace >Flow.Launcher.Localization.SourceGenerators</RootNamespace >
8
- </PropertyGroup >
3
+ <PropertyGroup >
4
+ <Version >1.0.0</Version >
5
+ <TargetFramework >netstandard2.0</TargetFramework >
6
+ <EnforceExtendedAnalyzerRules >true</EnforceExtendedAnalyzerRules >
7
+ <RootNamespace >Flow.Launcher.Localization.SourceGenerators</RootNamespace >
8
+ </PropertyGroup >
9
9
10
- <ItemGroup >
11
- <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.3.4" >
12
- <PrivateAssets >all</PrivateAssets >
13
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
14
- </PackageReference >
15
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.9.2" />
16
- </ItemGroup >
10
+ <ItemGroup >
11
+ <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.3.4" >
12
+ <PrivateAssets >all</PrivateAssets >
13
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
14
+ </PackageReference >
15
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.9.2" />
16
+ </ItemGroup >
17
+
17
18
</Project >
Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <PropertyGroup >
4
+ <Version >1.0.0</Version >
5
+ <TargetFramework >netstandard2.0</TargetFramework >
6
+ <EnforceExtendedAnalyzerRules >true</EnforceExtendedAnalyzerRules >
7
+ <RootNamespace >Flow.Launcher.Localization</RootNamespace >
8
+ </PropertyGroup >
9
+
10
+ <ItemGroup >
11
+ <ProjectReference Include =" ..\Flow.Launcher.Localization.Analyzers\Flow.Launcher.Localization.Analyzers.csproj" />
12
+ <ProjectReference Include =" ..\Flow.Launcher.Localization.SourceGenerators\Flow.Launcher.Localization.SourceGenerators.csproj" />
13
+ </ItemGroup >
14
+
15
+ </Project >
You can’t perform that action at this time.
0 commit comments