/
githubmirror
/
PowerShell
Обзор
Документация
Войти
/
githubmirror
/
PowerShell
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/ResGen/ResGen.csproj
13 строк
470 B
Aditya Patwardhan
Update to .NET 11 SDK and update dependencies (#26783)
19 фев 2026, 03:35
Не верифицирован
19 фев 2026, 03:35
212c5f9
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <Description>Generates C# typed bindings for .resx files</Description> <TargetFramework>net11.0</TargetFramework> <AssemblyName>resgen</AssemblyName> <OutputType>Exe</OutputType> <TieredCompilation>true</TieredCompilation> <TieredCompilationQuickJit>true</TieredCompilationQuickJit> <RuntimeIdentifiers>win-x86;win-x64;osx-x64;linux-x64</RuntimeIdentifiers> </PropertyGroup> </Project>