dart-sdk/pkg/language_versioning_2_12_test/pubspec.yaml
Paul Berry 77a4022f9f Upgrade pkg/language_versioning_2_7_test to 2.12/2.13.
This package tests the language versioning infrastructure, in
particular how it interacts with imports, exports, and part
files. With the removal of legacy (pre-2.12) support from Dart, we
need the tests in this package to use newer language versions.

Change-Id: I415307a8e644c756da649d7d51da860b5b37de7b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/341022
Reviewed-by: Jake Macdonald <jakemac@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
2023-12-12 17:45:13 +00:00

15 lines
360 B
YAML

name: language_versioning_2_12_test
version: 1.0.0
description: >
Tests of language versioning. Stored as a package in order to have its own
package configuration and default language version
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:
sdk: '>=2.12.0 <3.0.0'
dev_dependencies:
lints: any