File tree Expand file tree Collapse file tree 6 files changed +50
-51
lines changed
Flow.Launcher.Localization.Analyzers
Flow.Launcher.Localization.SourceGenerators
Flow.Launcher.Localization Expand file tree Collapse file tree 6 files changed +50
-51
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 >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ <Solution >
2
+ <Project Path =" Flow.Launcher.Localization.Analyzers/Flow.Launcher.Localization.Analyzers.csproj" />
3
+ <Project Path =" Flow.Launcher.Localization.SourceGenerators/Flow.Launcher.Localization.SourceGenerators.csproj" />
4
+ <Project Path =" Flow.Launcher.Localization/Flow.Launcher.Localization.csproj" />
5
+ </Solution >
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 >
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
3
"version" : " 7.0.0" ,
4
- "rollForward" : " latestMinor " ,
4
+ "rollForward" : " latestMajor " ,
5
5
"allowPrerelease" : false
6
6
}
7
7
}
You can’t perform that action at this time.
0 commit comments