Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preview 3.0.0-preview-0027-g2711105671 generates warning when building against .NET 8 #174

Closed
ajcvickers opened this issue Jan 22, 2024 · 0 comments

Comments

@ajcvickers
Copy link

<Project Sdk="Microsoft.NET.Sdk">
    <PropertyGroup>
        <OutputType>Exe</OutputType>
        <TargetFramework>net8.0</TargetFramework>
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>enable</Nullable>
        <RootNamespace/>
    </PropertyGroup>
    <ItemGroup>
        <PackageReference Include="Mono.TextTemplating" Version="3.0.0-preview-0027-g2711105671" />
    </ItemGroup>
</Project>

Build output:

PS D:\code\AllTogetherNow\One> dotnet build
MSBuild version 17.8.3+195e7f5a3 for .NET
G:\packages\mono.texttemplating\3.0.0-preview-0027-g2711105671\buildTransitive\netcoreapp2.0\Mono.TextTemplating.targets(4,5): warning : Mono_TextTemplating doesn't support net8.0 and has not been tested with it. Consider upgrading your TargetFramework to net6.0 or later. You may also set <SuppressTfmSuppo
rtBuildWarnings>true</SuppressTfmSupportBuildWarnings> in the project file to ignore this warning and attempt to run in this unsupported configuration at your own risk. [D:\code\AllTogetherNow\One\One.csproj]
@mhutch mhutch closed this as completed in 44a3f6e Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant