aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAc_K <Acoustik666@gmail.com>2023-01-05 04:30:55 +0100
committerGitHub <noreply@github.com>2023-01-05 04:30:55 +0100
commite876c43ce9b96fbb349b881ac7905b8a4748a50a (patch)
treed44fbd255d2f4b041bc380a2fb1b718ccafdeabd
parent86392455338e5e1fc65b25a3136d866228e28e40 (diff)
Misc; Remove duplicated entries and clean locale csproj (#4209)1.1.511
-rw-r--r--Directory.Packages.props4
-rw-r--r--Ryujinx.Ui.LocaleGenerator/Ryujinx.Ui.LocaleGenerator.csproj11
2 files changed, 5 insertions, 10 deletions
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 84d83d0d..7fa74236 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -50,7 +50,5 @@
<PackageVersion Include="System.Net.NameResolution" Version="4.3.0" />
<PackageVersion Include="System.Threading.ThreadPool" Version="4.3.0" />
<PackageVersion Include="XamlNameReferenceGenerator" Version="1.5.1" />
- <PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.3"/>
- <PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.4.0" />
</ItemGroup>
-</Project>
+</Project> \ No newline at end of file
diff --git a/Ryujinx.Ui.LocaleGenerator/Ryujinx.Ui.LocaleGenerator.csproj b/Ryujinx.Ui.LocaleGenerator/Ryujinx.Ui.LocaleGenerator.csproj
index 0960455d..b7fe1954 100644
--- a/Ryujinx.Ui.LocaleGenerator/Ryujinx.Ui.LocaleGenerator.csproj
+++ b/Ryujinx.Ui.LocaleGenerator/Ryujinx.Ui.LocaleGenerator.csproj
@@ -1,12 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>netstandard2.0</TargetFramework>
- <Nullable>enable</Nullable>
- <EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
- <CompilerGeneratedFilesOutputPath>Generated</CompilerGeneratedFilesOutputPath>
- <IsRoslynComponent>true</IsRoslynComponent>
- <LangVersion>latest</LangVersion>
+ <TargetFramework>netstandard2.0</TargetFramework>
+ <Nullable>enable</Nullable>
+ <LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
@@ -14,7 +11,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="Microsoft.CodeAnalysis.CSharp"/>
+ <PackageReference Include="Microsoft.CodeAnalysis.CSharp" />
</ItemGroup>
</Project>